在 iPhone 上为我的网站使用 OAuth 的框架
我一直在寻找一个框架,可以将我的 iPhone 连接到使用 OAuth 的任何网站,包括我自己的网站。
我见过 MPOAuthMobile 和 OAuthConsumer,它们都不适合我,并且阅读了很多人都遇到问题的评论。
有很多库可以连接到 Twitter,但是有人可以告诉我是否有一个好的框架和一个好的教程来解释如何完成它。即使改变 Twitter 的实际框架以使其适用于我的网站也会很棒。
谢谢。
I've been searching for a long while for a framework that will connect my iphone to any site using OAuth, int his case my own site.
I've seen MPOAuthMobile and OAuthConsumer, none of them worked for me and reading the comments many people are having issues.
There are plenty of libraris to connect to Twitter, but could someone tell me if there is a good framework with a good tutorial that explains how to get it done. Even changing an actual framework for twitter to make it work for my site would be great.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
试试这个:
// 请参阅有关 OAuth 与 twitter 集成的教程。
// http://icodeblog.com/2010/ 09/16/处理-twitter-oauth-apocalypse/
Try this:
// See tutorial on OAuth integration with twitter.
// http://icodeblog.com/2010/09/16/dealing-with-the-twitter-oauth-apocalypse/