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.
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