python-linkedin icon indicating copy to clipboard operation
python-linkedin copied to clipboard

possible to refresh access token?

Open 1django opened this issue 9 years ago • 2 comments

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.

1django avatar Sep 29 '14 22:09 1django

sorry, reading more, unclear if this is possible: https://developer.linkedin.com/forum/how-refresh-oauth2-token

1django avatar Sep 29 '14 23:09 1django

The link is dead, this is a new one: https://developer.linkedin.com/docs/oauth2, go straight to Step 5 — Refresh your Access Tokens.

kot-behemoth avatar Feb 25 '15 14:02 kot-behemoth