Open GoogleCodeExporter opened 9 years ago
The error simply means that the redirect URI doesn't match the data entered on
the Google API console. You can see on the error details that this is the
expected redirect URI:
http://socialauth.in/socialauthdemo-net/socialauth/validate.sauth
Using Google API Console you will have to register a new application for your
project anyway so the following problem will be resolved in your solution. Just
ensure that the request redirect URI and the redirect URI entered on the Google
API Console match.
Regards
Original comment by mzi...@mono.hr
on 11 Nov 2013 at 5:25
Original comment by deepak.a...@3pillarglobal.com
on 15 Feb 2014 at 11:02
what to enter in the redirect uri on google console
please reply
Original comment by nitin.de...@gmail.com
on 26 Mar 2014 at 10:56
In local provide following URLs :
http://opensource.brickred.com/
http://opensource.brickred.com/Demo/socialauth/validate.sauth
In production, suppose if website URL is www.xyz.com then enter:
http://www.xyz.com/
http://www.xyz.com/socialauth/validate.sauth
Original comment by prashant...@gmail.com
on 26 Mar 2014 at 1:56
Attachments:
Original issue reported on code.google.com by
agarwala...@gmail.com
on 24 Oct 2013 at 4:46