Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Renew access token feature #3

Open
jeyben opened this issue Apr 27, 2013 · 5 comments
Open

Renew access token feature #3

jeyben opened this issue Apr 27, 2013 · 5 comments
Milestone

Comments

@jeyben
Copy link
Owner

jeyben commented Apr 27, 2013

Implement an easy way to renew accesstokens:
https://developer.linkedin.com/documents/handling-errors-invalid-tokens

@mckapur
Copy link

mckapur commented Dec 30, 2013

+1

@MallowTech
Copy link

Good to see that this has been added in 2.0 milestone. Any idea of when this will be completed?

@jeyben
Copy link
Owner Author

jeyben commented Jan 30, 2014

This issue is not really supported in milestone 2.0.0. It is only possible to ask if the current token is expected to be valid - an automatic renewal of tokens would be prefered, hence I have moved this issue to milestone 3.0.0.

@markkrenek
Copy link

Has anyone looked into how to renew the access token WITHOUT calling up the web view and having the user reenter the email & password? The goal is to transparently renew, but all my online research hasn't revealed a way to do this. LinkedIn suggests just sending the user back through the authentication flow, which means putting up the web view.

@adozenlines
Copy link

Their Tokens have a 60 life span so on the 59th day put user their login process and the refresh occurs server side automatically, not the best experience but it works.

http://stackoverflow.com/questions/20484815/can-linkedins-access-token-renewal-flow-be-performed-on-the-server

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants