nguyentientoan / socialauth-net

Automatically exported from code.google.com/p/socialauth-net
0 stars 0 forks source link

Google Demo is not working in http://code.google.com/p/socialauth-net/ #192

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Click on TRY DEMO button provided in http://code.google.com/p/socialauth-net/
2. Now click on Google 
3. It is throwing the error

What is the expected output? What do you see instead?
Expected Outpit: Getting Google Profile details. 
Error: redirect_uri_mismatch

What version of the product are you using? On what operating system?
I am trying demo provided in http://code.google.com/p/socialauth-net/

Can you resolve this issue, so I can integrate in my application.

Original issue reported on code.google.com by agarwala...@gmail.com on 24 Oct 2013 at 4:46

GoogleCodeExporter commented 8 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

GoogleCodeExporter commented 8 years ago

Original comment by deepak.a...@3pillarglobal.com on 15 Feb 2014 at 11:02

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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: