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
Post a Comment