Open
Description
I installed the package and followed the steps in the README.md but no matter what I do it always return this response:
{ "error": "invalid_client", "error_description": "Client authentication failed", "message": "Client authentication failed" }
I created all sorts of clients e.g personal, password, client credential, authorization but none works. Here is a glimpse of the the request I am making:
$response = Http::post(url('oauth/token'), [
'grant_type' => 'social',
'client_id' => $clientID,
'client_secret' => $clientSecret,
'redirect_uri' => $callbackUri,
'provider' => 'google',
'access_token' => $accessToken,
'scope' => '*',
]);
return $response->json();
Metadata
Metadata
Assignees
Labels
No labels