JGoogleDataPlusPeople::listByActivity
List all of the people in the specified collection for a particular activity.
Signature
public function listByActivity(string
$activityId,
[string
$collection = null,
[string
$fields = null,
[integer
$max = 10,
[string
$token = null]]]] )
Parameters
-
$activityId
- The ID of the activity to get the list of people for.
-
$collection
- The collection of people to list. Acceptable values are "plusoners" and "resharers".
-
$fields
- Used to specify the fields you want returned.
-
$max
- The maximum number of people to include in the response, used for paging.
-
$token
- The continuation token, used to page through large result sets. To get the next page of results, set this
Returns
- mixed
- Data from Google