What I want to achieve is quite straightforward.
- User clicks button
- App checks for permissions to post to wall and news feed
- If granted, show publish dialogue (with a custom message and image)
- If skipped, close the dialogue and do nothing
- If user had granted permissions to the app before, just show the publish dialogue
I tried doing this with the examples on the developer's page, but the content only appeared on the user's profile page, and not on the news feed.
I'm working with Javascript.
If you could give me a step by step guide on how to do this, I'd be eternally grateful.