Reputation: 519
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
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