I'm trying to retrieve the list of friend list using Google + API. but it returns an empty list every time. Have they disabled it? Used https://developers.google.com/+/web/api/rest/latest/people/list?authuser=0#examples to test this.
Since The Google+ People API list endpoint is deprecated, I tried to use Goggle People API. But it returns the whole contact list (not Google + friend list). Also without the email addresses of the contacts. Tried with, https://developers.google.com/people/api/rest/v1/people.connections/list?authuser=1
(If we can not get only the Google + friend list then I can show all the contact list instead of Google + friend list. But I need to get the email addresses of the contacts.)
Can someone please help.