是否有人尝试刷新访问令牌(无需用户输入)。
https://developer.linkedin.com/blog/tips-and-tricks-refreshing-access-token
上面链接中的文档看起来似乎仅适用于 OAuth 1.0。
是否有人尝试刷新访问令牌(无需用户输入)。
https://developer.linkedin.com/blog/tips-and-tricks-refreshing-access-token
上面链接中的文档看起来似乎仅适用于 OAuth 1.0。
没错,链接中的文档仅适用于 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 开发者论坛中的一个讨论。