0

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

4

1 回答 1

1

更新评论怎么样?

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

//Done with rating...

//Update
service.update(new URL(commentURL), commentEntry);
于 2012-05-20T19:59:43.343 回答