javaee-esprit / google-api-java-client

Automatically exported from code.google.com/p/google-api-java-client
0 stars 0 forks source link

I need a complete sample program for google contact api using outh2 #876

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Google Contact Api with OAuth2.

Java environment - 6 or above

I want a complete sample program to get the contacts of a signed user using 
OAuth2.

Thanks,
Venkat

Original issue reported on code.google.com by vwa...@gmail.com on 3 May 2014 at 2:21

GoogleCodeExporter commented 9 years ago
Hi, the Google Contacts API is not built atop this library. However, you may 
post your request on their support page:

https://developers.google.com/google-apps/contacts/v3/

In particular, here's what you would do to do oauth2 with that API:

https://developers.google.com/google-apps/contacts/v3/#authorizing_requests_with
_oauth_20

Original comment by wonder...@google.com on 29 Dec 2014 at 8:45