I’m trying to integrate twitter in iOS5 app.
Using Twitter framework in my app, can I post the message in the background?
I know that using TWTweetComposeViewController, it will show a view and then it will post.
Is this possible?
I’m trying to integrate twitter in iOS5 app. Using Twitter framework in my app,
Share
You can’t do this using
TWTweetComposeViewController. You can do this usingTWRequestprovided the user authorizes your app to access their Twitter account(s).