Reputation: 107
I am developing one application. In that I want to post a tweet on twitter.
I am already posting a tweet by using twitter agent, but that tweet was not updated.
Please guide me how to post the tweet from our application.
Upvotes: 0
Views: 566
Reputation: 3553
Wait for iOS 5.0 and use the built in twitter support.
(twitter support isn't under NDA it was in the keynote)
Upvotes: 0
Reputation: 1061
I recommend to use MGTwitterEngine or SAOauthTwitterengine. Get sample code here and got to work.
[self.twitterEngine sendUpdate:yourtexttopost];
Upvotes: 2