【问题标题】:Youtube api v3 Add like to commentYoutube api v3 添加喜欢评论
【发布时间】:2017-06-07 08:13:48
【问题描述】:

我需要添加喜欢的评论

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

【问题讨论】:

    标签: c# youtube-api


    【解决方案1】:

    我认为目前不支持此功能,因为 Youtube API 中没有提及它。你可以like the video itself 但不是 cmets。这已在SO thread 中提出过,但未收到任何答复。 尝试提交功能请求here

    【讨论】:

      猜你喜欢
      • 2016-03-24
      • 2018-04-14
      • 1970-01-01
      • 2016-09-05
      • 2013-05-26
      • 1970-01-01
      • 2020-10-07
      • 2019-04-15
      • 2016-04-06
      相关资源
      最近更新 更多