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.
我有一些代码可以让用户使用 oauth v1 api 通过链接登录。这会将两个密钥返回给我,它们是用户令牌和用户密码。
我曾尝试将它们与 v2 api 一起使用,但似乎它需要 oauth2_access_token。
有什么方法可以使用用户令牌和用户密码进行 api 调用?
如果没有,有没有办法将用户令牌和用户密码转换为 v2 所需的新 oauth2_access_token?
如果没有,有没有办法让 v2 检查用户是否已经验证了应用程序并返回新的 v2 密钥?
如果您已经成功设置了 OAuth v1 身份验证,我建议您坚持下去,因为 Linkedin 将支持这两种身份验证方案。您可以将所有 API 函数与两种身份验证方案一起使用。我看不出有任何理由重写您的身份验证方案。