查询多个用户时,状态表上的 Facebook FQL 未返回准确的结果

发布于 2024-12-17 11:16:55 字数 693 浏览 0 评论 0原文

我浏览了下面的链接,想知道它是否仍然有效? 需要帮助 - 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 技术交流群。

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

发布评论

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

评论(1

时光无声 2024-12-24 11:16:55

我确信这只是这些权限问题之一。

此处找到以下内容:

读取用户的状态消息需要read_stream
许可。

I'm sure this is just one of those permission problems.

Found the following here:

Reading a user's status messages requires the read_stream
permission.

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