views:

8906

answers:

3

Does anyone know of a good example utilizing the twitter API and Oauth authentication for iPhone SDK 2.2.1 or older?

Found an example, but it seems to utilize a 3.0 only framework at http://ow.ly/bdpm .

+4  A: 

The Oauth.net website lists a couple of Objective-C implementations on their code page - http://oauth.net/code.

CynicismRising
Thankyou, I will check out MPoauthconnection.
Maniacdev
I managed to get things going with MPOauthConnection. Thankyou for the link.
Maniacdev
+5  A: 

This is the best solution I've found:

http://github.com/bengottlieb/Twitter-OAuth-iPhone

A: 

Hi Maniacdev,

I also want to send tweets to twitter account, with only the "login" authorisation step, so I do not want to use the MGTwitterEngine which is an overkill for me.

Is it ok to share the steps with major code chunks for using MPOauthConnection please?

Thanks a lot!

By the way, hi user244844:

The http://github.com/bengottlieb/Twitter-OAuth-iPhone contains MGTwitterEngine, and what is the SAOAuthTwitterEngine (limited PIN check to 7 characters ) for? :

MGTwitterEngine/    February 24, 2010   - Latest build of MGTwitterEngine [bengottlieb]
SAOAuthTwitterEngine/   February 28, 2010   - limited PIN check to 7 characters [bengottlieb]
lionfly