srp
srp

Reputation: 519

How can i get contacts from Google Plus API using Oauth2.0

I have got accesstoken using oauth2.0. How can i get the list of contacts for that user .

Could any one please paste some sample code or any suggestions on how to get the contact list from google plus API?

Upvotes: 2

Views: 2065

Answers (1)

pshirishreddy
pshirishreddy

Reputation: 746

Google plus API as of now only vends out publicly exposed data of the user. You will not be able to obtain any data that is private using the Plus Scope. Your best bet would be to use google-contacts-api by adding it to your scope.

EDIT: Looks like google release a plus API now. Please refer the comments

Upvotes: 3

Related Questions