Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

When I look the url http://graph.facebook.com/4207086546499xxx using the browser, it displays json oject formated data like

{
   "id": "420708xxxxx9982",
   "name": "somename",
   "description": "sometext",
   "link": "somelink",
   "namespace": "ddd",
   "icon_url": "xxx.gif",
   "logo_url": "xxx.gif"
}

without checking any access token. But when I was making an ajax call, it shows the error message of

{message: "An access token is required to request this resource.", type: "OAuthException", code: 104} .

What is the reason for this? How to work around it without supplying an access token?

share|improve this question
Are you by chance, logged in to Facebook in the browser you are viewing the URL in? – Perception Jan 14 at 20:46
Nope. I just checked. I was not logged in to Facebook – sammiwei Jan 14 at 21:17
Please provide how you are making the ajax request. – phwd Jan 14 at 22:17
Got it working by deleting the "type='post'" in my ajax call. Thanks everyone! – sammiwei Jan 14 at 23:14

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.