Reputation: 599
Is there any way to refresh Linkedin access token by application for authenticated user without his intervention?
Thanks in advance,
Upvotes: 2
Views: 994
Reputation: 10697
The process will only be 'seamless' if the user is both currently logged in to LinkedIn, and the token has yet to expire:
https://developer.linkedin.com/blog/tips-and-tricks-refreshing-access-token
If either of the above is not ture, then the user must directly re-auth a new token.
Upvotes: 3