Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Get google plus user friends

In the Google+ API there is a method to search for public friends.

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

like image 654
iArezki Avatar asked May 30 '12 16:05

iArezki


1 Answers

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

Alternatively you can use the Google Contacts API. This has the downside of being a scarier permission dialog because there is not a read only permission.

like image 91
abraham Avatar answered Oct 04 '22 14:10

abraham