Get the Friends of my friend using the Graph API

后端 未结 4 473
有刺的猬
有刺的猬 2020-12-10 09:09

I am trying to do a very basic thing with the new Graph API.

I already know how to get my friends: \"https://graph.facebook.com/me/friends?access_token=4333ed34d...\

4条回答
  •  执念已碎
    2020-12-10 09:25

    You just can't do that.

    If you require the appropriate extended permission when the users authorize your app, you can access some data of the currently logged user's friends, but that's all you get (http://developers.facebook.com/docs/authentication/permissions see: friends_xxxx permissions), but not his/her friends.

提交回复
热议问题