我需要添加评论
var g = GetTopComments(service, videoid)[0];
g.Snippet.TopLevelComment.Snippet.ViewerRating = "like";
var re = service.CommentThreads.Update(g, "snippet").Execute();
答案 0 :(得分:0)
我认为目前不支持此功能,因为在Youtube API中没有提及它。你可以like the video itself而不是评论。这已经在SO thread中被问到并且没有得到答案。 尝试提交功能请求here。