是否有人试图刷新访问令牌(无需用户输入)。
https://developer.linkedin.com/blog/tips-and-tricks-refreshing-access-token
上面链接中的文档使得它似乎只适用于OAuth 1.0。
答案 0 :(得分:3)
你是对的,链接上的文档仅适用于OAuth 1.0。对于OAuth 2.0,LinkedIn Document只是说Access tokens have a life span of 60 days. You should have a mechanism in your code to refresh the tokens before they expire in order to continue using the same access tokens.
我还没有找到有关如何在LinkedIn OAuth 2.0中没有用户输入的情况下刷新令牌的任何细节。标准OAuth 2.0应支持此功能。
以下是LinkedIn Developers Forum中对此的讨论。