Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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?

share|improve this question
If you have a helpful answer you should accept it. Click on checkmark under upvote/downvote counter. This will mark the question as "answered" and provide you with small reputation bonus. See How do I ask FAQ article. – Artemix Oct 3 '12 at 11:02

1 Answer

Users have the ability to block apps from accessing any of your data, or certain types just certain types of their data. You can set this from the FB front end at Privacy Settings -> Apps, Games & Websites -> How people bring your info to apps they use.

The API filters these items for visibility after your query is executed. There is no way to see what is missing.

share|improve this answer
Thank you, your answer was very useful – Shiri Gordon Oct 3 '12 at 8:10

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.