Twitter 对其 Web 客户端使用什么身份验证流程?
Twitter 是否对其常规 Web 客户端使用基于 cookie 的身份验证,还是使用某种形式的 OAuth 或 xAuth?
另外,当我从 Web 客户端将用户名和密码输入到我的 Twitter 帐户后,我没有在浏览器上看到 HTTP 帖子。它保持静态,不久我的主页就会加载。这种身份验证是如何发生的?
Does Twitter use cookie based authentication for its regular web client or does it use some form of OAuth or xAuth ?
Also, after I enter my user name and password into my twitter account from a web client, I don't see a HTTP post happening on the browser. It remains static and in a while my home page gets loaded. How does this kind of authentication happen ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Twitter 使用 OAuth 版本,如下所述: https://dev.twitter.com/docs /auth/oauth/常见问题解答
Twitter uses a version of OAuth as explained at: https://dev.twitter.com/docs/auth/oauth/faq