我们如何在 java 脚本中使用 Graph API 提取完整的 Facebook 好友列表?
How can we extract the complete Facebook friend list using Graph API in java script?
我正在尝试提取个人资料的好友列表。我试着寻求帮助,但我唯一得到的是,"/me/friends"
但是这个调用有一个限制。 这只会 return 任何使用过(通过 Facebook 登录)应用程序提出请求的朋友。
我想在我的个人资料中列出所有朋友。
这就是它的工作原理,您无法再获得完整的好友列表。有关详细信息,请参阅更改日志:https://developers.facebook.com/docs/apps/changelog
出于隐私原因,您也只能获取授权您应用的朋友。
关于这个问题还有很多其他话题,例如:
- Facebook Graph Api v2.0+ - /me/friends returns empty, or only friends who also use my app
- Get ALL User Friends Using Facebook Graph API - Android
我正在尝试提取个人资料的好友列表。我试着寻求帮助,但我唯一得到的是,"/me/friends"
但是这个调用有一个限制。 这只会 return 任何使用过(通过 Facebook 登录)应用程序提出请求的朋友。
我想在我的个人资料中列出所有朋友。
这就是它的工作原理,您无法再获得完整的好友列表。有关详细信息,请参阅更改日志:https://developers.facebook.com/docs/apps/changelog
出于隐私原因,您也只能获取授权您应用的朋友。
关于这个问题还有很多其他话题,例如:
- Facebook Graph Api v2.0+ - /me/friends returns empty, or only friends who also use my app
- Get ALL User Friends Using Facebook Graph API - Android