1

我想在我正在开发的应用程序中注册的用户个人资料上显示共同的朋友(只有 X 个共同的朋友 - 没有其他信息)。

我们曾计划使用朋友 ID 列表来执行此操作,但是现在无法访问,因为 Facebook 更新了它的权限。

现在有没有办法做到这一点?我在看 taggable_friends,我们能不能用这个。

谢谢

4

1 回答 1

2

看看我在Fetch Facebook Mutual Friends between me and another User 上的回答

这应该可以解决您的问题。文档在这里:https ://developers.facebook.com/docs/graph-api/reference/v2.1/user.context/mutual_friends

使用summary.total_count响应的字段来确定两个用户有多少共同朋友。

于 2014-08-19T11:37:51.913 回答