Closed GoogleCodeExporter closed 9 years ago
You are using goole provider not google plus.
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 2 Jul 2014 at 7:49
Hi Tarun,
I'm not talking about my application. I'm using the demo application provided
by you guys here: http://labs.3pillarglobal.com/socialauthdemo/importContacts.do
All I did was click on the GooglePlus icon and try to get the Gmail contacts.
This used to work.
Can you please let me know if I'm doing something wrong?
Thanks
Prashant
Original comment by prashant...@pixalsoft.com
on 2 Jul 2014 at 3:32
[deleted comment]
It is working fine now.
There is no change in code. Just added contact API permission from google
console for my application.
If you have registered your application then go to the following link:-
https://code.google.com/apis/console#access
Here you can go to the APIs & Auth section and click on APIs
and On the Contacts API.
Regards
Tarun
Original comment by tarun.na...@3pillarglobal.com
on 27 Aug 2014 at 4:28
Many thanks !! It works now.
Original comment by prashant...@pixalsoft.com
on 27 Aug 2014 at 10:59
Original issue reported on code.google.com by
prashant...@pixalsoft.com
on 30 Jun 2014 at 7:26