Get the comments made on a particular game or by a particular user. This API call respects a user's privacy settings. To select comments from some users, you may need to supply a session token. We ask that you don't save comments because users may change their privacy settings.
| Name | Type | Description |
| ids | string | A comma-delimited list of comment IDs to return |
| uids | string | A comma-delimited list of user IDs to return comments from |
| gids | string | A comma-delimited list of game IDs to return comments for |
| limit | int | The number of comments to return |
| offset | int | The offset for the first comment |
<?php
$response=$newhaze->api->comments_get($ids=array(),$uids=array(), $gids=array(), $limit, $offset);
?>
© 2012 NewHaze Icons by Pixel Mixer Help