【发布时间】:2014-05-08 07:12:07
【问题描述】:
select post_id, message from stream where source_id IN (..., ..., ...) LIMIT 500
我正在使用这个 fql 查询,但它只返回几篇文章。虽然下面的查询返回了 200 多个帖子。
select post_id, message from stream where source_id = ... LIMIT 500
但提供与其他 id 相同的 id 会返回 4 到 5 个帖子。
我知道 fql 支持在 v2.0 中不可用,但我仍然想使用 fql 来做到这一点。
【问题讨论】:
-
FQL 在 2015 年 4 月 30 日之前仍可用于 v2.0。
标签: facebook facebook-graph-api facebook-fql