GetVideoComments will return a paged list of the the specified video's comments. Since the GetVideoDetails
request only returns the first 20 comments, use this request to get any remaining comments. Use the
totalCount element to determine the actual number of comments the video has and to calculate the number of
pages to retrieve.
|
URL:
http://www.livevideo.com/api/GetVideoComments.ashx? developerId={My Developer Id}&videoId={Video Id}&page={Page Number}&pageSize={Page Size}
|
Parameters:
|
developerId (required): |
Your developer id |
|
videoId (required): |
The video id for which you're requesting the list of comments |
|
page (optional): |
The page number. If this parameter is not passed, the first page will be returned. |
|
pageSize (optional): |
The number of comments per page (maximum 30). If this parameter is not passed, 20 comments per page will be returned. |
|
Example Response:
|