Search code examples
facebookfacebook-graph-apicurlfbsdkreact-native-fbsdk

FBSDK Get User's friend who authorized the app


How can I get user's friends (from his access token) who authorized the app as well?

$ https://graph.facebook.com/<uid>/friends?access_token=<token>
{"data":[]}

I have two friends using my app and we are all receiving an empty array. Am I missing something ?

Thanks a lot


Solution

  • In order to make this work, both users (you and your friend) need to authorize the app with the user_friends permission. You can also use /me/friends btw.