Youtube api v3添加评论

时间:2017-01-22 20:34:48

标签: c# youtube-api

我需要添加评论

  var g = GetTopComments(service, videoid)[0];
      g.Snippet.TopLevelComment.Snippet.ViewerRating = "like";
      var re = service.CommentThreads.Update(g, "snippet").Execute();

1 个答案:

答案 0 :(得分:0)

我认为目前不支持此功能,因为在Youtube API中没有提及它。你可以like the video itself而不是评论。这已经在SO thread中被问到并且没有得到答案。 尝试提交功能请求here