sai
sai

Reputation: 499

how to implement twitter in iphone app

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

Answers (2)

Isaac A Mosquera
Isaac A Mosquera

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

Dave Batton
Dave Batton

Reputation: 8835

Another option: DETweetComposeViewController

It uses OAuth for iOS4 and the built-in Twitter features in iOS5.

Upvotes: 1

Related Questions