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!