Quote:
Originally Posted by funkyspider
Well I've implemented OAuth using bengottlieb plugin code from github. It will do for the proof of concept app, was fairly easy to implement.
|
Hi there, currently I used
Code:
NSURL *twitURL=[NSURL URLWithString:@"http://username:password@twitter.com/statuses/update.xml"];
to send tweets directly to my own twitter account, and will need a Twitter login pop-up login window in the future. But I do not want to use the MGTwitterEngine, which seems too big for just a login check.
So I am interested in your Oauth+bengottlieb way. Does it pop up a twitter login window, and allow or refuse according to the username/password info, then come back to your app?
Could you show a good link for this please? Thanks.