Facebook connect publish_stream is no longer recognized when authorizing the application (iOS)

I have an iOS application that I need to publish to my users facebook wall. Until today (February 1), everything worked fine. Now, when the user switches to authorization of the application, he asks only for basic permissions, and not the ability to publish them on the users wall. I am sending the publish_stream parameter, but it looks like it is "lost" somewhere. Any ideas?

+5
source share
1 answer

To post to the user’s wall, you need to use the Single Sign On (SSO) and Graph API .

Facebook publish_stream .

: https://developers.facebook.com/docs/mobile/ios/build/

StackOverflow publish_stream

+1

All Articles