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
Above is my fql. But I'm getting nothing despite there are posts after this updated_time
and:WHERE source_id =me() AND updated_time>1322379277– Shadow Wizard Dec 18 '11 at 21:38