Method Web.Api.Google.Plus.V1()->People()->list()
- Method list
mappinglist(void|stringuser_id,void|stringcollection,void|ParamsArgparams,void|Callbackcb)- Description
List all of the people in the specified
collection.- Parameter
user_id If empty the currently authenticated user will be used.
- Parameter
collection If empty "public" activities will be listed. Acceptable values are:
- "public"
The list of people who this user has added to one or more circles, limited to the circles visible to the requesting application.
- "public"
- Parameter
params "maxResult":intMax number of items ti list
"orderBy":stringThe order to return people in. Acceptable values are:
- "alphabetical"
Order the people by their display name.
- "best"
Order people based on the relevence to the viewer.
"pageToken":stringThe continuation token, which is used to page through large result sets. To get the next page of results, set this parameter to the value of
nextPageTokenfrom the previous response.- "alphabetical"
- Parameter
cb Callback for async request