Java Youtube api rate comment



如何评价评论条目?我知道有一个方法setTotalRating((,但是调用这个方法后,我该怎么办?service.insert(sth( ?

更新评论怎么样?

YouTubeService service = new YouTubeService(clientID, developer_key);
//Done with authentication...blah...blah...blah...
//Done with rating...
//Update
service.update(new URL(commentURL), commentEntry);

最新更新