查询多个用户时,状态表上的 Facebook FQL 未返回准确的结果
我浏览了下面的链接,想知道它是否仍然有效? 需要帮助 - facebook api 中的 fql 查询
我正在尝试获取当前登录用户及其好友的状态消息。 我使用了下面的查询。 fql?q=SELECT status_id, message FROM status WHERE uid in(SELECT uid FROM user WHERE uid = me() OR uid IN (SELECT uid2 FROMfriend WHERE uid1 = me()))
上面的查询仅返回最后更新的状态,但我正在寻找的是所有状态。
当我仅查询一个用户时,它会返回所有状态。 对于前 fql?q=SELECT status_id, message FROM status WHERE uid in(XXX)
我也经历过这个 Facebook FQL 从应用程序中获取所有状态消息 帖子并添加了限制,但仍然不起作用。
我错过了什么还是这是一个错误? 有人可以引导我走向正确的方向吗?
I went through the below link and wondering whether it is still working?
Help needed - fql query in facebook api
I am trying to get the status messages of the currently logged in user and the user's friends.
I used the below query.
fql?q=SELECT status_id, message FROM status WHERE uid in(SELECT uid FROM user WHERE uid = me() OR uid IN (SELECT uid2 FROM friend WHERE uid1 = me()))
The above query only returns me the last updated status, but what I am looking for is all the statuses.
When I query on only one user it returns me all the statuses.
For Ex
fql?q=SELECT status_id, message FROM status WHERE uid in(XXX)
I did also go through this Facebook FQL to get all status messages from an app post and added the limit, but still it doesnot work.
Am I missing anything or is that a bug?
Can someone guide me in the right direction?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我确信这只是这些权限问题之一。
此处找到以下内容:
I'm sure this is just one of those permission problems.
Found the following here: