如何评价CommentEntry? 我知道有一个方法setTotalRating()但是在调用这个方法之后,我该怎么办? service.insert(某事)?
答案 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);