FQL 未返回所有好友
我的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
用户可以选择完全退出 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.