veoh.collection.addComment

Add a comment to a collection, optionally replying to an existing comment for the collection.

Accessibility

Only Veoh's partners may execute this method

Request URL

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

This method must be invoked with a POST action

Parameters

Name

Description Required Restriction

collectionId

The id of the collection. true Integer.

subject

???restng.veoh.collection.addComment.subject??? false String between 1 and 48 characters.

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

3

This method must be invoked with a POST action


5

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


201

The collection does not exist


702

The comment does not exist


703

Commenting has been disabled on this entity