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.

Called the https://graph.facebook.com/{id}/feed url is randomly missing data.

Here's what I did

  • Create a test user for my sandbox mode app with publish_stream and read_stream permissions
  • Add a post to their wall via POST to graph.facebook.com/{id}/feed?access_token={token}
  • Login as test user and confirm post was added to their news feed
  • GET on graph.facebook.com/{id}/feed to view JSON data

So when I hit the feed, sometimes the successfully created Feed Post is in the JSON, and sometimes it's not. Continually hitting that API endpoint (i.e. hitting refresh over and over in my browser) will have the data pop in and out in no discernable pattern.

I have no idea what I could be doing wrong, or if it's just Facebook for that matter. What could be the problem?

share|improve this question
I doubt this should happen. You might have found a bug in the platform and should report it. – Alexander Nenkov Mar 10 '12 at 7:31

1 Answer

I experienced this as well. My solution: Add 'user_groups' to the list of required permissions. Log out, log in again and everything should work.

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.