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

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -