Reputation: 499
Is there any tutorial out there showing how to use OAuth on IPhone?I download it from Gitgub. I want to send a mesage from my app to twitter.How to implement this...Anybody help me to immlement this?Advance thanks
Upvotes: 0
Views: 1511
Reputation: 141
sai, you might want to look at the Socialize SDK (http://www.getsocialize.com) which will help manage the entire Social Integration process (FB/Twitter) for you without needing to know OAuth. Oauth is kind of a pain.
Upvotes: 1
Reputation: 8835
Another option: DETweetComposeViewController
It uses OAuth for iOS4 and the built-in Twitter features in iOS5.
Upvotes: 1