ozgur / python-linkedin

Python interface to the LinkedIn API
http://ozgur.github.com/python-linkedin/
MIT License
894 stars 392 forks source link

possible to refresh access token? #61

Open 1django opened 10 years ago

1django commented 10 years ago

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 commented 10 years ago

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

kot-behemoth commented 9 years ago

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