Get Google Friends Plus Users

The Google+ API has a method for finding public friends.

However, I do not see a way to get user friends. Is there any way to get Google+ user friends?

+5
source share
1 answer

There is currently no API access to circles and friends in Googel +. There is an open function request that you can run to get notified if an API method is added.

Alternatively, you can use the Google Contacts API . This has the disadvantage of a more scary permission dialog because there is no read-only permission.

+3

All Articles