angularjs - Facebook Taggable Friends -


i trying friends of user signed in. tried /me/friends didn't work returns users using app already. tried https://graph.facebook.com/me/taggable_friends?access_token=somecodehere in browser says

"to use taggable_friends on behalf of people not admins, developers , testers of app, use of endpoint must reviewed , approved facebook. submit feature review please read our documentation on reviewable features: https://developers.facebook.com/docs/apps/review"

but when (using angular.js) on url valid access token using application, returns me list of friends, id, name, picture. why happening? how can app data if browser cannot?

also, picture returned small. how can email , larger picture of friends in response?

any highly appreciated.

ps: building cordova app , getting access_token via cordovaoauth.

taggable_friends works because works without review role in app (admin/developer/tester). need go through review process if want go public app.

that beind said, taggable_friends tagging only, larger picture not neccessary , can´t email. email of friends did not authorized app? not allowed use emails anyway. can email of facebook user authorizing user email permission.

more information getting access friends: facebook graph api v2.0+ - /me/friends returns empty, or friends use app


Comments

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -