How can i post on twitter without showing dialogue in ios?
问题 I want to post my status on twitter. I want to add an image, but I dont want a share dialogue. Instead I'd like an interface like Instagram, where the user just selects twitter and presses 'share', so it's easy. Here is my running code so far: // Create an instance of the Tweet Sheet SLComposeViewController *tweetSheet = [SLComposeViewController composeViewControllerForServiceType: SLServiceTypeTwitter]; // Sets the completion handler. Note that we don't know which thread the // block will be