Where is the libOAuth.a source?
Nowadays, I'm working on an iPhone p开发者_Python百科roject that is using social connections such as Twitter, Facebook..
When I tried to implement Twitter+OAuth solution into my project some another parts of project such as MySpace is giving error on oAuth implementation. It seems MySpace IOS SDK used old version of oAuthConsumer project.
So, I haven't find libOAuth.a source code. If I find it I will be handle my problem.
How do I find the libOAuth.a static library source ?
try downloading it from https://github.com/bengottlieb/Twitter-OAuth-iPhone/blob/master/Twitter+OAuth/Libraries%20&%20Headers/libOAuth.a?raw=true
Isn't this
what you're looking for? And not only do you have to include it into the project but also make sure you copy into it. Then under Build Phases
, you will have to add this to Link Binary to Libraries
section.
You might find Google's new OAuth 2 library for Mac and iOS to be helpful.
精彩评论