Open 1django opened 10 years ago
sorry, reading more, unclear if this is possible: https://developer.linkedin.com/forum/how-refresh-oauth2-token
The link is dead, this is a new one: https://developer.linkedin.com/docs/oauth2, go straight to Step 5 — Refresh your Access Tokens.
is it possible to refresh the access token via the available class methods? like this (but for oauth2): https://developer.linkedin.com/blog/tips-and-tricks-refreshing-access-token
looking at the source code, this did not appear to be supported...
this feature would be helpful, as after manually jumping through the hoops (as described in your docs) to retrieve the first access token, my app can automatically grab a new access token every ~59 days...
thanks.