Facebook Graph API - GraphMethodException error code 100 -


this how have been using graph api public info of user:

http://graph.facebook.com/{user_id} 

it working users except uid 1283218355

http://graph.facebook.com/1283218355 

so when try link, gives error code 100.

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

what problem?


Comments

Popular posts from this blog

C# random value from dictionary and tuple -

cgi - How do I interpret URLs without extension as files rather than missing directories in nginx? -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -