Hey there! So I got Facebook to work with Flash as I wanted it to using the Facebook-Actionscript-Api. Works great and I got get Graph api working so that I’m able to post stuff to ppl’s walls using the Facebook.api(“/me/feed”) function.
It post stuff without asking the user permission, as it’s already got that permission, and it’s great for many occasions. But not all.
How can I enforce the ‘publish to wall’-dialog?
Thanks
There’s no way to “remove” that permission each time before you try to publish to the user’s wall. The user has to remove the permissions or the app themselves. You’ll probably have to create your own dialog that informs the user that thew app is to publish to the feed and have accept/decline buttons within it.
You could do this right in flash or make a call to javascript via fbjs-bridge and launching a dialog:
http://developers.facebook.com/docs/reference/javascript/ (look under Dialogs)