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 have an iOS app that use the facebook SDK 3.1.1 that get the "publish_stream" permission with the method reauthorizeWithPublishPermissions. When I publish a post, with FBSessionDefaultAudienceEveryone for default audience, the post is correctly posted and visible on the facebook page but if I retrieve the list of post with the graph API, the post does not appear.

I also precise that the Default Activity Privacy of the app is well set to "Public".

Example: Page : https://www.facebook.com/infos.controles?fref=ts

Post of Martin Polet, 07 dec 2012 at 12h43 (gmt+1)

Text is: Radar mobile - test

Screenshot of the problem: http://www.lvlp.be/tmp/2012-12-07_1324.png

This post is visible on the facebook page but not retrieved with the graph API, as you can see with this fql query:

select post_id, message from stream where source_id=102920596474855

What I don't understand is sometimes posts posted with my app are retrievied, and sometimes no. But 80% of the time, it is not retrieved with graph api.

Any idea where the problem comes from?

thank you!

share|improve this question

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.