API 好友列表计数与 Facebook 上的数量不同

发布于 2024-12-11 18:43:04 字数 365 浏览 0 评论 0原文

可能的重复:
正在获取列表Graph API 或 FQL 中的朋友 - 似乎缺少一些朋友

我有 364 个朋友,但使用 FB Api 检索我的朋友列表(使用类似FB.api('/me/friends', function(response)...),Facebook 仅返回 362 个好友,我不知道为什么。 谢谢

Possible Duplicate:
Fetching list of friends in Graph API or FQL - Appears to be missing some friends

I've got 364 friends, but using FB Api to retrieve my friends list (using something like FB.api('/me/friends', function(response)...), Facebook returns me only 362 friends. I don't know why. Any suggestions?
Thanx

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

天煞孤星 2024-12-18 18:43:04

使用 FQL:

SELECT friend_count FROM user WHERE uid = me();

将 me() 替换为您喜欢的 FB 用户 ID。

这是一个 Graph API Explorer 示例

Use FQL:

SELECT friend_count FROM user WHERE uid = me();

Replace me() with the FB user id you like.

Here is a Graph API Explorer sample.

孤千羽 2024-12-18 18:43:04

您的 2 位朋友对于您的应用程序在搜索中找到他们的权利拥有不同的隐私权限

2 of your friends have different privacy permissions regarding your application's right to find them in search

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文