I have an iOS app that needs to publish to a users facebook wall. Up until today (February 1st) everything was working ok. Now when a user goes to authorize the app, it only asks for basic permissions and not for the ability to publish to the users wall. I am sending a publish_stream parameter but it seems like it is getting "lost" somewhere. Any ideas?
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.
|
|
You have to use the Single Sign On (SSO) and the Graph API to Publish in the user's wall. It's a change in Facebook security policy and now using the I suggest you to follow the steps of the new tutorial: https://developers.facebook.com/docs/mobile/ios/build/ This previous answer to StackOverflow explains the problem of the deprecation of |
|||
|
|