JGoogleDataPlusComments::listComments
List all of the comments for an activity.
Signature
public function listComments(string
$activityId,
[string
$fields = null,
[integer
$max = 20,
[string
$order = null,
[string
$token = null,
[string
$alt = null]]]]] )
Parameters
-
$activityId
- The ID of the activity to get comments for.
-
$fields
- Used to specify the fields you want returned.
-
$max
- The maximum number of people to include in the response, used for paging.
-
$order
- The order in which to sort the list of comments. Acceptable values are "ascending" and "descending".
-
$token
- The continuation token, used to page through large result sets. To get the next page of results, set this
-
$alt
- Specifies an alternative representation type. Acceptable values are: "json" - Use JSON format (default)
Returns
- mixed
- Data from Google