Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8254481
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T01:12:20+00:00 2026-06-08T01:12:20+00:00

I am trying to post something onto the user’s wall. However I keep getting

  • 0

I am trying to post something onto the user’s wall. However I keep getting this error.

TypeError: Error #1006: value is not a function.
at com.facebook.graph.core::AbstractFacebook/handleRequestLoad()
at com.facebook.graph.net::AbstractFacebookRequest/dispatchComplete()
at com.facebook.graph.net::AbstractFacebookRequest/handleDataLoad()
at com.facebook.graph.net::AbstractFacebookRequest/handleURLLoaderComplete()
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at flash.net::URLLoader/onComplete()

Here is the code:

public function PostToUserWall(userId:String, message:String, name:String, caption:String, description:String, link:String):void
    {
        var params: Object = new Object;
        params.message = message;
        params.name = name;
        params.caption = caption;
        params.description = description;
        params.link = link;
        params.picture = "www.something.com/something.png";
        Facebook.api("/"+userId+"/feed", null, params, "POST");
    }

I am trying to understand what this problem is. But somehow cant figure it out. Any help here?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T01:12:22+00:00Added an answer on June 8, 2026 at 1:12 am

    It’s a bit of a challenge debugging with only a stack trace to go on. Posting code will improve the likelihood of somebody being able to help you. However, it looks to me like the callback parameter for your call to the Facebook API is not a function. I’d suggest you double check the parameters you’re passing in the API call.

    Edit:

    The second parameter of the call to the facebook API should be a function which the API will execute when the result is returned. Try updating your code as follows:

    public function PostToUserWall(userId:String, message:String, name:String, caption:String, description:String, link:String):void
    {
            var params: Object = new Object;
            params.message = message;
            params.name = name;
            params.caption = caption;
            params.description = description;
            params.link = link;
            params.picture = "www.something.com/something.png";
            Facebook.api("/"+userId+"/feed", resultHandler, params, "POST");
    }
    
    private function resultHandler():void
    {
        trace("Result!");
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I trying to pomp showPermissionDialog for allow the user to post something in a
I'm trying to do something like this post but with Excel VBA. I would
Developing a WP7 app, and I'm trying to post something to the user's feed.
I'm getting the following error whenever I try to post something with an apostrophe
I am trying to post to a user wall using the Graph API. I
So i'm trying to POST something to a webserver. System.Net.HttpWebRequest EventReq = (System.Net.HttpWebRequest)System.Net.HttpWebRequest.Create(url); System.String
I am trying to understand the difference between this: if (isset($_POST['Submit'])) { //do something
Im trying to post to a Fanpage wall as the Fanpage it self So
Having trouble with this code, wondering if I'm trying to achieve something impossible. I'm
I'm trying to post with JQuery like this: $.post(NiceController/Create/, { field1: data1, field2: data2

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.