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

Problem with refreshing the token #9

Open
zoran-php opened this issue May 2, 2019 · 0 comments
Open

Problem with refreshing the token #9

zoran-php opened this issue May 2, 2019 · 0 comments

Comments

@zoran-php
Copy link

When I send refresh token that I get from social auth using Linkedin access token, I get 401, and description "The refresh token is invalid".

The Guzzle snippet that I'm using:
$response = $http->post($url, [ 'form_params' => [ 'grant_type' => 'refresh_token', 'refresh_token' => $refreshToken, 'client_id' => $client_id, 'client_secret' => $client_secret, 'scope' => '', ] ]);

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

No branches or pull requests

1 participant