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

Implement OAuth 2.0 refresh access token #253

Closed
wants to merge 1 commit into from

Commits on Apr 24, 2012

  1. Implement OAuth 2.0 refresh access token

    Some OAuth providers ask to extend the access token expiration date, in
    order to continue using it.
    Microsoft Live do that, and it will be also soon mandatory for Facebook
    because they will deprecate the 'offline_access' permission.
    
    To refresh an access token, you need to access the accessTokenEndPoint
    with other parameters like a specific 'grant_type' parameter.
    tbruyelle committed Apr 24, 2012
    Copy the full SHA
    b228788 View commit details
    Browse the repository at this point in the history