Facebook API v6.0 寻找共同好友

Facebook API v6.0 to find mutual friends

使用最新版本 (6.0) 的 Facebook Graph API,不再有端点可用于查找两个用户之间的共同好友或获取用户的好友列表。

如果我想在我的应用程序上查找两个用户的共同好友数量,我该怎么做?我可以获得也在使用该应用程序的共同好友的数量(https://developers.facebook.com/docs/graph-api/reference/user/friends/),但是如果我想获得共同好友的总数怎么办?

你不能再这样了。

https://developers.facebook.com/docs/graph-api/changelog/version3.1#mutual-friends-api:

Mutual Friends API
These changes apply to v3.1+, and will apply to all versions on October 24, 2018.

The Mutual Friends API was deprecated on April 4, 2018, and the endpoints below started returning empty data sets. The endpoints are now fully deprecated and will return an error.

/user-context/all_mutual_friends
/user-context/mutual_friends
/user-context/three_degree_mutual_friends

已永久删除,目前没有替代品。