用于 iPhone 开发的 Twitter-oAuth-library

发布于 2024-09-25 10:03:23 字数 269 浏览 2 评论 0原文

我正在寻找适用于 iPhone/Objective-C 的 oAuth/xAuth-Twitter-library。我找到了 MGTwitterEngine,但这不起作用,因为它们甚至没有链接到所需的外部库让它工作(哎呀,你下载的例子甚至不能开箱即用!)。

那么,您知道有任何替代库可以做到这一点吗?或者我如何使 MGTwitterEngine 工作?谢谢。

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

心凉 2024-10-02 10:03:23

现在有:TweetDeck 在 iPhone 和 iPad 中使用的 http://github.com/tweetdeck/TDOAuth客户。

There is now: http://github.com/tweetdeck/TDOAuth which TweetDeck use in their iPhone and iPad clients.

不寐倦长更 2024-10-02 10:03:23

为什么 Twitter 仍然使用 OAuth? Twitter 建议使用 XAuth 作为 iPhone 中 Oauth 的替代方案

如果您确实想使用 OAuth,那么我可以建议您这个库。我们之前用它来进行 OAuth,但现在我们已经改为 XAuth

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

仙气飘飘 2024-10-02 10:03:23

适用于 Twitter 的 iPhone 通用 OAuth 库是 gtm-oauth

A general OAuth library for iPhone that works with Twitter is gtm-oauth

无声静候 2024-10-02 10:03:23

我的建议是使用 bengottlieb 的文件,它是一个很好的选择,因为它具有 Twitter+OAuth,因此您可以连接到 API 和所需身份验证的方法。它是将多项努力统一到一个简化的库中。只是更新一点答案。

以下是包含源代码的 gitHub 链接:

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

My recomendation will be to use bengottlieb's file, it is an excellent option because it has Twitter+OAuth, so you have connection to the API and the methods to the desired authentication. it is a unification of several efforts into a simplificated library. Just to update a litle the answer.

Here is the gitHub link with the source code:

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文