标签: facebook facebook-graph-api facebook-fql
SELECT post_id, actor_id, target_id, message,comments,likes,attachment,description,action_links,created_time,updated_time FROM stream WHERE source_id =me() and updated_time>1322379277
上面是我的fql。 但是,尽管在updated_time之后有帖子,但我什么都没得到。