-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
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' => '', ] ]);
Metadata
Metadata
Assignees
Labels
No labels