I wrote the app that posts to user's wall and the wall of her friend, and to accomplish this, asks for publish_stream permission, but now I got the opinion from another guy that this is too much and that there is a simpler way (less scary permissions dialog). However I can't reach him at the moment to ask what he has meant exactly. What is the truth here?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
What is minimal absolutely required permission to post to user's (or her friend's) wall via any API?
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 don't need any permissions at all with the javascript SDK to call fb.UI with a 'method' of 'feed' because the user will see a dialog box to confirm and enter a message of what they are sharing. To publish from server-side code like PHP SDK, you will need publish_stream. |
|||||||
|