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 am fetching walls of friends using the graph API in my .NET application.. For some friends i get there complete wall..but for the others few posts are missing...

For some friends status messages set by them on their wall are not coming with the JSON data...while messages posted by others on their wall are being retrieved correctly. When i look at their walls from the facebook website, all the posts are visible. But for some reason they are not being retrieved when i use the API.

What could be the cause of it?

share|improve this question

1 Answer

up vote 0 down vote accepted

Since the Graph API respects user privacy settings, it is possible that the friends who are posting to your friends' wall have changed their application privacy settings so that their posts are not accessible by third-party applications.

Screenshot of the relevant dialog in Facebook's application privacy settings

share|improve this answer

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.