I am currently developing an iPhone app that connects to Facebook trough its SDK. One of the main functionalities is the option to share a post with a news story from the feed.
So basically I show the default Facebook screen so that user has three choices:
- Share
- Cancel
- Close the screen
The question is: should I put an alert view or something similar from my app after the user chooses one of these three?
Something like poping up a message saying successful post or is this unnecessary?