andacata / HybridIgniter

HybridAuth - CodeIgniter integration
139 stars 84 forks source link

Error: redirect_uri_mismatch #36

Open bytecode12 opened 8 years ago

bytecode12 commented 8 years ago

The redirect URI in the request: http://localhost:8080/hybridAuth/index.php/hauth/endpoint?hauth.done=Google did not match a registered redirect URI.

I cant able figure out what's the problem .

Thanks In advance.

image

andacata commented 8 years ago

Your authorized URL is not the same are you using (notice the "index.php" part).

bytecode12 commented 8 years ago

image

still facing same issue with google and Facebook.

Issues is all about call back URL i guess so i request you for help.

By the way you develop such a nice Repo, easy to configure as well as use.

regards, Bytecode

bytecode12 commented 8 years ago

Hey Good news, I can able to successfully redirect from Google ! :) with above redirect URL(s). Yesterday it wont work but now its working i don't know what was the issue. Thanks andacata for Repo.