I am trying to make a website based on google+ api. I just started looking into the api and it seems they dont have a method to extract a person\'s circles and friends as facebo
Looks like it's now available! Here is the documentation: https://developers.google.com/+/api/latest/people/get
Request
GET https://www.googleapis.com/plus/v1/people/**userId**/people/**collection**
userId - String - User ID who to fetch.
collection - String - The collection of people to list.
Response
If successful, this method returns a response body with the following structure:
{
"kind": "plus#peopleFeed",
"etag": etag,
"selfLink": string,
"title": string,
"nextPageToken": string,
"totalItems": integer,
"items": [
people Resource
]
}
Requires Scope - https://www.googleapis.com/auth/plus.login