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 .
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 .
The Oauth.net website lists a couple of Objective-C implementations on their code page - http://oauth.net/code.
This is the best solution I've found:
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]