veoh.video.addComment

Add a comment to a video, optionally replying to a comment already left for the video.

Accessibility

Only Veoh's partners may execute this method

Request URL

http[s]://srv.veoh.com/rest/v2/execute.xml?method=veoh.video.addComment

Parameters

Name

Description Required Restriction

videoId

The id of the video. true Integer.

comment

The comment. true String between 5 and 512 characters.

replyToCommentId

The id of a comment. false Integer.

apiKey

An API key (Complete your developer profile here and a key will be emailed to you) true String.

userToken

A user token identifying the logged-in user (See veoh.people.authenticate) true String.

Error Codes

5

The logged in user has insufficient privileges to perform this operation or view its results


101

The video does not exist


702

The comment does not exist


703

Commenting has been disabled on this entity