facebook returns Unsupported get request on some apps? -


i cannot understand behavior of facebook: call working

https://graph.facebook.com/142809522573631?callback=jquery18309434105455875397_1369031461008&_=1369031607843 

but returning following error

 ({    "error": {       "message": "unsupported request.",       "type": "graphmethodexception",       "code": 100    } }); 

on call

https://graph.facebook.com/140402456132379?callback=jquery18308404146176762879_1369033434327&_=1369034088376 

how can fix this?

as getting error unsupported request., means object either not available or having restrictions due can't perform get on object. per comments because id using corresponded application having sandbox mode enabled.

to solve issue should navigate app settings page , select disabled sandbox mode, , save settings.


Comments

Popular posts from this blog

.htaccess - First slash is removed after domain when entering a webpage in the browser -

Automatically create pages in phpfox -

c# - Farseer ContactListener is not working -