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

database - VFP Grid + SQL server 2008 - grid not showing correctly -

jquery - Set jPicker field to empty value -

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