TheProjecter / socialauth

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

Support google oauth 2.0 #264

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
the current implementation of google authorization does not use the google 
oauth 2.0 version but it uses old 1.0.

https://developers.google.com/oauthplayground/

It could be useful to update to the 2.0 version so users can also access google 
plus details

Original issue reported on code.google.com by nicolo.c...@gmail.com on 12 Apr 2013 at 10:58

GoogleCodeExporter commented 9 years ago
We are working on this and it will be available soon.

Original comment by tarun.na...@3pillarglobal.com on 15 Apr 2013 at 3:40

GoogleCodeExporter commented 9 years ago
Thank you very much, can you estimate the time when you will release it? (days, 
weeks, months...)

Original comment by nicolo.c...@gmail.com on 15 Apr 2013 at 3:42

GoogleCodeExporter commented 9 years ago
We can commit the code in SVN in this week and release of jar will be next 
month.

Original comment by tarun.na...@3pillarglobal.com on 15 Apr 2013 at 3:45

GoogleCodeExporter commented 9 years ago
Thanks, I think I will extract it from SVN, can you tell me when it's committed?

Original comment by nicolo.c...@gmail.com on 15 Apr 2013 at 3:48

GoogleCodeExporter commented 9 years ago
Hi

Code is committed for GooglePlus. Currently it is supporting only 
authentication and fetching profile.

You have to add keys in oauth_consumer.properties file as given below:-
#google plus
googleapis.com.consumer_key = XXXXXXX
googleapis.com.consumer_secret = XXXXXXXX

Original comment by tarun.na...@3pillarglobal.com on 18 Apr 2013 at 10:50

GoogleCodeExporter commented 9 years ago

Original comment by tarun.na...@3pillarglobal.com on 1 May 2013 at 10:40