I have installed Socialite and Social Providers for Laravel. It's working with multiple other auth providers but I'm getting this problem with GOOGLE:
Client error:
GET https://www.googleapis.com/plus/v1/people/me
resulted in a403 Forbidden
response: { "error": { "code": 403, "message": "Legacy People API has not been used in project XXXXXXXXXXXXXX before or it
I have tried the fix suggested here Laravel Socialite: Legacy People API has not been used in project but not had success.
I have tried Adding the Google+ API in google console but that didn't work either, the error still occurred.
Any suggestions would be appreciated. Thanks.