App Scoped Id - Link to Facebook URL -
previously - able use /account_id?acesss_token=app_access_token users information authed in app.
for new v2.0 api, app_scoped_id folllowing method:
https://graph.facebook.com/v2.0/app_scoped_id?access_token=app_access_token
works users, others - this:
{ "error": { "message": "unsupported request. please read graph api documentation @ https://developers.facebook.com/docs/graph-api", "type": "graphmethodexception", "code": 100 } }
why function work users, not others? have no way link
property of user redirect them, nor http:///facebook.com/scoped_app_id
or http://facebook.com/app_scoped_user_id/scoped_app_id
work correctly. have advice redirect user fb profile via fb scope app id?
Comments
Post a Comment