moraskiod / socialauth

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

google prodiver url change #270

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. OAUTH_SCOPE = https://www.google.com/m8/feeds/
2. CONTACTS_FEED_URL = 
https://www.google.com/m8/feeds/contacts/default/full/?max-results=1000

org.brickred.socialauth.provider.GoogleImpl

can you kindly releaser new version to change 
this url. 

when i get contanct list in use enterprise gmail, 
 google will response 401 for me.

but i change this url http to https , i work..

Please provide any additional information below.

Original issue reported on code.google.com by mark_...@ihergo.com on 23 May 2013 at 4:31

GoogleCodeExporter commented 8 years ago
Hi

It is working for me without changing the URL. You can check our demo too
http://labs.3pillarglobal.com/socialauthdemo.

Can you please try our demo and let me know the result.

Original comment by tarun.na...@3pillarglobal.com on 23 May 2013 at 4:04

GoogleCodeExporter commented 8 years ago
Hi, 

It not work, I Got the ERROR "Oops an error had occurred.."
Enterprise Google account like this "xxx@ihergo.com".

if i change the oauth_scope constant to "httpS<--- " it work !

Original comment by Mark.Ye...@gmail.com on 24 May 2013 at 1:18

Attachments:

GoogleCodeExporter commented 8 years ago
Is demo working for any non enterprise gmail account for you.

Original comment by tarun.na...@3pillarglobal.com on 24 May 2013 at 3:50

GoogleCodeExporter commented 8 years ago
yes, it all working for any non enterprise gmail account.

Original comment by Mark.Ye...@gmail.com on 25 May 2013 at 3:30

GoogleCodeExporter commented 8 years ago
ok, Thanks for letting us know this.
I have to check this at my end and will revert on this.

In the mean time you can change the code or you can use the socialauth as it is 
by just adding scope in oauth_consumer.properties file as given below

www.google.com.consumer_key = opensource.brickred.com
www.google.com.consumer_secret = YC06FqhmCLWvtBg/O4W/aJfj
www.google.com.custom_permissions = https://www.google.com/m8/feeds/

and for getting contacts you can use the provider.api() method.

Original comment by tarun.na...@3pillarglobal.com on 25 May 2013 at 7:08

GoogleCodeExporter commented 8 years ago
thank you very much , i will try this.

Original comment by Mark.Ye...@gmail.com on 27 May 2013 at 1:02

GoogleCodeExporter commented 8 years ago
Updated in socialauth-4.1. Please try new jar and let me know if you face any 
difficulty.

Original comment by tarun.na...@3pillarglobal.com on 11 Jun 2013 at 8:13