I'm looking for a library that allows me to authenticate via Twitter's OAuth schema that looks and works similar to Facebook Connect for iPhone. Searching on here and Google I found some examples but they are a year or two old and none of them were complete. Some had a modal pop up others had a OAuth library but I haven't found one that does everything like the Facebook Connect library. I could work to get the different examples working together but I just feel like this has already been done by a great number of different apps and there would be an easy tutorial or demo out there.

link|improve this question

80% accept rate
feedback

1 Answer

up vote 1 down vote accepted

Have you taken a look at this:

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

This uses the infamous MGTwitterEngine and adds in OAuth support to it. This is a very powerful library and works quite nicely.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.