bengottlieb / Twitter-OAuth-iPhone

An easy way to get Twitter authenticating with OAuth on iPhone
http://www.standalone.com
799 stars 155 forks source link

Issue with new OAuthConsumer #42

Closed dredful closed 14 years ago

dredful commented 14 years ago

Working with the latest OAuthConsumer - http://github.com/jdg/oauthconsumer - I am unable to reconcile an issue with the OAToken pin. The new OAuthConsumer does not possess pin anymore. If I try to add it and synthesize, it will compile but takes me to an incorrect url for Twitter logoin. The more I look at the OAuthConsumer in the Twitter-OAuth-iPhone project and OAuthConsumer from JDG, it seems they are incompatible. Is that correct?

Thanks

bengottlieb commented 14 years ago

Sorry, I'm not familiar with JDG's OAuth implementation.

dredful commented 14 years ago

Thanks. My mistake. I originally thought they were different versions of the same code base. The more I looked into it, the more I realized that was not the case.