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 currently working on a project for one of my customers. I have a problem regarding the graph api. I trying to receive all news feeds by calling http://graph.facebook.com/PAGEID/feed?access_token=ACCESSTOKEN. The access token is valid and active. The customers page also allowed the app to use the read_stream permission. But I only receive a single post published in April, although the customer posted many in June. Is it a bug? I tried it on the graph api explorer on facebook - same result. I also tried it with my own account - everything works fine.

Need help!

share|improve this question
What does a call to /me/permissions show? What type of posts aren't appearing, are the posts from the page itself or from users on the page? – Igy Jun 18 '12 at 14:58
The Result: "installed": 1, "read_stream": 1. The post is from the customer. In the privacy I found out that it is a hidden post? See this: "privacy": { "description": "Only Me", "value": "SELF", "allow": "0", "deny": "0" }, – daffunn Jun 18 '12 at 15:27
Only Me isn't 'hidden' - it's just visible only to the person that posted it, you should be able to see these when acting on behalf of the user who posted them – Igy Jun 18 '12 at 15:28
okay. but i´m still unable to receive the whole feeds. why? – daffunn Jun 18 '12 at 16:26
I submitted a bug report. hopefully its gonna be fixed soon. – daffunn Jun 20 '12 at 10: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.