I\'m in the process of changing my app for iOS6 and iPhone use, I can\'t seem to figure out why when I post from Twitter using the new Social framework I have to press \'Can
Found the issue. It only happens when a completion handler is added to TWTweetComposeViewController. If added, make sure to call:
[self dismissModalViewControllerAnimated:YES];