Closed GoogleCodeExporter closed 8 years ago
[deleted comment]
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.
Regards
Tarun
Original comment by tarun.na...@3pillarglobal.com
on 18 Sep 2013 at 1:48
Thank you Tarun, This is working fine now.
Regards,
Yogesh
Original comment by yogeshpu...@gmail.com
on 19 Sep 2013 at 6:53
[deleted comment]
Good to know that it is working.
Previously google provider OAuth1.0 key but now google has implemented OAuth2.0
and if you register your application now, it provides OAuth2.0 keys.
So SocialAuth google provider supports OAuth1.0 and googleplus provider
supports OAuth2.0.
Original comment by tarun.na...@3pillarglobal.com
on 20 Sep 2013 at 11:36
Having wasted about 4 hours debugging, I would strongly recommend to add in the
wiki.
Original comment by https...@gmail.com
on 26 Oct 2013 at 1:35
[deleted comment]
Hi Tarun,
can you please tell me a way to add scope directly through some configuration.
I can not see any permission to access contacts when i try google plus
provider. It gives me an exception 'Get contact list is not implemented for
GooglePlus'.
When i use google provider with oauth 2 keys it gives me an error 'Key in
Request Token is null or blank'.
Original comment by rachamal...@gmail.com
on 27 Mar 2014 at 4:40
Original issue reported on code.google.com by
yogeshpu...@gmail.com
on 17 Sep 2013 at 6:26