0

我想通过updated_time获取我朋友的帖子,当我使用source = first_friend_id时,这个查询对单身朋友很好,但是当我使用这个查询时返回空数据。

SELECT post_id,type,message, actor_id,likes.user_likes,likes.count,likes.friends,comments.comment_list, comments.count , target_id ,updated_time,created_time FROM stream WHERE source_id in(friend_id1,friend_id2,friend_id3) ORDER BY updated_time DESC LIMIT 5

有人可以指出如何获取 3 个朋友的最新 5 个提要。

source_id =friend_id 工作正常,但它只适用于 1 个朋友

我在这里测试它。 https://developers.facebook.com/tools/explorer/

谢谢

4

1 回答 1

0

最近有很多这样的帖子......看起来该stream表最近表现得非常挑剔,因为该查询的逻辑是有效的。最好的办法是在此处报告详细的错误

于 2013-03-25T01:44:52.927 回答