views:

95

answers:

2

Hey!

I'm looking for a oAuth/xAuth-Twitter-library for iPhone/Objective-C. I found MGTwitterEngine, but that didn't work, as they don't even link to the external libraries needed for it to work (heck, the example you download doesn't even work out-of-the-box!).

So, do you know any alternative libraries that do this, or how I can make MGTwitterEngine work? Thank you.

+1  A: 

Why do you still use OAuth for Twitter? Twitter recommends to use XAuth as an alternative for Oauth in iPhone

If you really want to use OAuth, then I can suggest you this library. We used it before for OAuth, but now we changed to XAuth already

vodkhang
XAuth needs an approval from Twitter, doesn't it? Can you get that before the app is near the finish-line?
Emil
It takes us 1-2 days only to send and receive email from Twitter. For someone, it takes a couple of hours. You should try to ask for approval now, and then, after a day, if they don't answer anything, you may consider OAuth
vodkhang
Okey, I'll try. Thank you :)
Emil
A: 

A general OAuth library for iPhone that works with Twitter is gtm-oauth

grobbins