Problems with google Oauth

0

I can not insert a valid URI into the credentials of the google authentication API, I always return the following error:

  

redirect_uri_mismatch.

I have tried all recommendations http: //localhost / , http: //localhost :3000/ , http: //localhost /callback , http: //localhost:58889 / . Anyway, I do not know what else to do. I'm working with a hybrid application using Cordova and Ionic , I'm using Intel XDK as a platform.

    
asked by anonymous 16.09.2016 / 13:38

1 answer

-2

Places http://localhost (without the backslash at the end) in the API console

    
16.09.2016 / 21:29