I'm using the query suggested in Facebook API reference:
"SELECT post_id, actor_id, target_id, message FROM stream WHERE filter_key in (SELECT filter_key FROM stream_filter WHERE uid = me() AND type = 'newsfeed')"
I get most of the items that I see in my "Home" feed on Facebook but not all of them. Any idea why?