Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • That's straight out of the API examples too :-/ Can you debugger-break on that line or dump out the object you're getting back? Commented Mar 14, 2011 at 13:43
  • Thank you for the asnwer ... I'm completely newbie in the facebook API, I even don't know how to debug the error. I'm suspecting that the error is in the FB.init, but I set it as explained in the facebook documentation: FB.init({appId: [MY_APP_ID], status: true, cookie: true, xfbml: true}); Commented Mar 14, 2011 at 13:53