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 use Facebook's Open Graph API to retrieve feeds of specific users by requesting the following:

feed?ids=<list_of_comma_seperated_ids>

this returns almost all feeds as I see them in Facebook site. however, some feeds (mainly likes on statuses and photos) are missing, although the missing feeds are public and can be viewed by any Facebook user.

These fields also do not get returned when querying stream table using fql.
Is there a way to get those missing feeds?

Thanks

share|improve this question
I have heard people having issue with the Graph API having some feeds skipped, but FQL Should work just fine. Can you post your FQL query in the question? – Kishor Nov 6 '12 at 0:28
Facebook allows users to inhibit apps from reading some of their information. You can see the information in Facebook, but can't get at it through any API calls. See Privacy->Apps->"How people bring your info into apps they use" – cpilko Nov 6 '12 at 3:40
The fql I use is very simple: select <fields> from stream where source_id in(<ids>) and is_hidden=0. with fql I also have an issue where only 3-4 results are returned (without paging). regarding the privacy setting - I also check with a test user which have these settings enabled. – Oren Nov 6 '12 at 6:27

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.