iphone/ipad 标准 twitter oauth 模块?
我在几个不同的应用程序中看到了以下内容,所以它看起来像是某种公共 api。有人在哪里可以找到这个代码吗?具体来说,弹出窗口中显示的 Twitter 登录名:
I have seen the following in a few different apps so it seems like some kind of public api. Anyone where I can find the code for this? Specifcally the twitter login that appears in the popover:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为您对 OAuth 的理解需要更好……OAuth 是用户登录服务而不向应用程序泄露凭据的一种方式。您看到的界面是 Twitter 的 OAuth 端点。我建议查看 twitter API 获取集成帮助。
如果您想编写自己的界面来收集用户凭据,请改用 XAuth。
I think your understanding of OAuth needs to be better… OAuth is a way for users to sign into a service without revealing the credentials to the application. The interface you are seeing is Twitter's OAuth endpoint. I suggest looking into the twitter API for integration help.
If you would like to program your own interface for collecting the users credential, use XAuth instead.