0

Is it possible to get contacts list with Google+ iOS SDK ? Or is this possible using Google+ REST API ?

Rukshan
  • 7,902
  • 6
  • 43
  • 61
  • 1
    There is another solution, using Contacts API, check it out: http://stackoverflow.com/questions/10820536/get-google-user-friends – Almas Adilbek Jan 21 '13 at 11:41

1 Answers1

1

This is not currently possible. The SDKs provide wrappers around the REST API and the REST API does not currently offer this ability.

The comment by Almas about using the Contact API is a good suggestion, but the list of circled people and the list of people in the Contacts are likely quite different for most people.

BrettJ
  • 6,801
  • 1
  • 23
  • 26