Functions

Function Description
getComments Returns comments for this activity.

getComments

Returns comments for this activity.

Return Value: A BigTreeGoogleResultSet of BigTreeGooglePlusComment objects.

getComments($count, $order, $params)
Parameter Description
$count The number of comments to return (defaults to 500, max 500)
$order The sort order for the results (options are "ascending" and "descending", defaults to "ascending" or oldest first)
$params Additional parameters to pass to the activities/{activityId}/comments API call.