You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have provided the client_id, client_secret and currenturi but I still get the error:
Client error: POST https://accounts.google.com/o/oauth2/token resulted in a 400 Bad Request response: { "error" : "invalid_request", "error_description" : "Missing required parameter: code" }
I do know that the code parameter it is looking for is provided by the social provider when the user allowed the system to use his user data so does this mean my code wasn't able to "contact" my social provider? btw, I'm using Google as social provider in Laravel.
The text was updated successfully, but these errors were encountered:
absmendoza
changed the title
Error: redirect_uri_mismatch
Where to set credentials?
Nov 10, 2017
I have provided the client_id, client_secret and currenturi but I still get the error:
I do know that the code parameter it is looking for is provided by the social provider when the user allowed the system to use his user data so does this mean my code wasn't able to "contact" my social provider? btw, I'm using Google as social provider in Laravel.
The text was updated successfully, but these errors were encountered: