Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
您好我正在构建一个应用程序,我是 api 的新手。我想提供身份验证我的用户以通过 twitter 访问我的 web 应用程序,我在后端使用 servlet 和 mysql 以及 jquery 和 javascript。
Twitter 使用OAuth,而不是 OpenID,我相信您要做的就是使用 Twitter 登录,这在此处进行了概述。为了使用 Twitter 执行登录,您需要了解 OAuth,并拥有可以使用的 OAuth 实现。支持 OAuth 的库列表位于此处。