Waterpumper / socialauth

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

SocialAuth is not working for my Domain #354

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.openid is not working for google
2.
3.

What is the expected output? What do you see instead?

400 error domain is not registered
What version of the product are you using? On what operating system?
windows

Please provide any additional information below.

i am using socialauth api to getting contacts for my site from google but it 
shows my domain is not registered 

Original issue reported on code.google.com by CS.SVI...@gmail.com on 22 Jul 2014 at 5:18

GoogleCodeExporter commented 8 years ago
Which keys you are using. If you are using keys provided by socialauth in 
samples then you have to use the domain opensource.brickred.com. 

Please have a look into the following URL to use your(any) domain from localhost

https://github.com/3pillarlabs/socialauth/wiki/How-to-run-application-with-Local
host-on-windows

If you are using your own key then read the following:-

For new registration
If you are registering your application on google, it provides key/secret for 
OAuth2.0, so you'll have to use GooglePlus provider instead of google.

Make entry in oauth_consumer.properties file

googleapis.com.consumer_key = XXXXX
googleapis.com.consumer_secret = XXXXXX

And use googleplus as a provider key.

Original comment by tarun.na...@3pillarglobal.com on 7 Aug 2014 at 1:56

GoogleCodeExporter commented 8 years ago

Original comment by tarunnag...@gmail.com on 31 Oct 2014 at 2:28