0

我正在寻找任何方法在 facebook 上获得共同的朋友,我得到了这个

https://developers.facebook.com/tools/explorer/?method=GET&path=me%2Fmutualfriends%2F&version=v2.0

但我发现它已被弃用!尽管 Tinder 在 Facebook 上获得了共享的朋友。

那么有什么方法可以让我在我的 iOS 应用程序上的 facebook 上获得共同的朋友?

4

1 回答 1

2

从 API v2.0 开始,您(在授予user_friends权限后)只能获取与同样授予user_friends权限的用户的共同好友列表。该列表将只有使用您的应用并授予user_friends权限的共同朋友。

请参阅https://developers.facebook.com/docs/graph-api/reference/v2.0/user.context/mutual_friends

干杯!

更新: Graph API v3.1 于 2018 年 7 月 26 日弃用 All Mutual Friends API 功能,并将于 2018 年 10 月 24 日弃用所有版本。

https://developers.facebook.com/docs/apps/review/feature#reference-ALL_MUTUAL_FRIENDS

于 2014-05-14T21:17:44.260 回答