Facebook Graph API 2.2 mutual friends

早过忘川 提交于 2019-12-06 06:24:54
Dylan Grafmyre

For v2.3 - https://developers.facebook.com/docs/graph-api/reference/v2.3/user.context/mutual_friends

Between friends make sure the user_id in the query is the Facebook id of the other friend not the current user whose access token you are using.

GET /v2.3/{other_user.user-id}?fields=context.fields%28mutual_friends%29

For querying mutual friends between two non-friends you need to add a server appsecret_proof parameter plus the user access token.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!