libOAuth.a源在哪里?

时间:2011-05-28 22:52:03

标签: cocoa-touch ios4 oauth oauth-provider

如今,我正在开发一个使用Twitter,Facebook等社交网络的iPhone项目。

当我尝试将Twitter + OAuth解决方案实施到我的项目中时,MySpace等项目的其他部分正在给oAuth实现提供错误。似乎MySpace IOS SDK使用旧版本的oAuthConsumer项目。

所以,我还没有找到libOAuth.a源代码。如果我发现它,我将处理我的问题。

如何找到libOAuth.a静态库源?

3 个答案:

答案 0 :(得分:2)

尝试从https://github.com/bengottlieb/Twitter-OAuth-iPhone/blob/master/Twitter+OAuth/Libraries%20&%20Headers/libOAuth.a?raw=true

下载

答案 1 :(得分:0)

不是this你在寻找什么?您不仅需要将其包含在项目中,还要确保将其复制到项目中。然后在Build Phases下,您必须将其添加到Link Binary to Libraries部分。

答案 2 :(得分:0)

您可能会发现Google's new OAuth 2 library for Mac and iOS有帮助。