LuisLoureiro / TheCloudMediaPlayer

http://thecloudmediaplayer.herokuapp.com/
0 stars 0 forks source link

Refresh access_token #3

Open LuisLoureiro opened 10 years ago

LuisLoureiro commented 10 years ago

Refresh the access_token when requesting a protected resource from an OAuth2 service. Check the expires_in before the request is made and refresh if necessary.

LuisLoureiro commented 10 years ago

The workflow for the refresh access_token doesn't work. See this: http://stackoverflow.com/questions/12976912/unable-to-refresh-token-after-expiration. Wait for the next OAuth2 service to fulfill this issue.