FQL 未返回所有好友

发布于 2024-12-05 19:25:37 字数 283 浏览 2 评论 0原文

我的 FQL 看起来像这样:

$fql = "select name,username,pic_small,uid,hometown_location,current_location from user where uid in (select uid1 from friend where uid2=me())";

我认为这个查询应该返回我所有的朋友,但是当我将我的 Facebook 个人资料上的朋友计数与我从上面查询得到的结果进行比较时,它是不同的。怎样做才能得到相同的计数?

My FQL looks like this:

$fql = "select name,username,pic_small,uid,hometown_location,current_location from user where uid in (select uid1 from friend where uid2=me())";

I think this query should return all my friends but when I compare friends count on my facebook profile with result I get from above query, it is different. What to do to get same count ?

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

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

发布评论

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

评论(1

把时间冻结 2024-12-12 19:25:37

用户可以选择完全退出 Facebook 应用平台。您可以正确访问它,但您的一些朋友有很强的隐私设置。这可以通过进入隐私设置 -> 来设置。应用程序和网站 ->关闭所有平台应用程序。

在此处输入图像描述

Users can opt out of the Facebook app platform entirely. You are accessing it properly, but some of your friends have strong privacy settings in place. This can be set by going to Privacy Settings -> App And Websites -> Turn off all platform apps.

enter image description here

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