Is there any way to refresh Linkedin access token by application for authenticated user without his intervention?
Thanks in advance,
Is there any way to refresh Linkedin access token by application for authenticated user without his intervention?
Thanks in advance,
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.