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?