Java Youtube api评论

时间:2012-05-20 19:23:25

标签: java api youtube comments rate

如何评价CommentEntry? 我知道有一个方法setTotalRating()但是在调用这个方法之后,我该怎么办? service.insert(某事)?

1 个答案:

答案 0 :(得分:1)

如何更新评论?

YouTubeService service = new YouTubeService(clientID, developer_key);
//Done with authentication...blah...blah...blah...

//Done with rating...

//Update
service.update(new URL(commentURL), commentEntry);