$comment = eden('google')->youtube($_SESSION['token'], '[DEVELOPER_KEY]')->comment();
Method | Arguments | Returns | Description |
---|---|---|---|
$comment->getList($videoId);
|
|
array | Returns a collection of videos that match the API request parameters. |
$comment->getSpecific($videoId, $commentId);
|
|
array | Returns a specific comment |
$comment->addComment($videoId, $comment);
|
|
array | Add comment to a video |
$comment->replyToComment($videoId,$commentId, $comment);
|
|
array | Reply to a comment in a video |
$comment->delete($videoId, $commentId);
|
|
array | Delete a comment |