2017-01-22 155 views
0

我需要像评论的Youtube API V3添加喜欢评论

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

回答

0

我不认为这的增加,目前支持作为有Youtube的API中没有提到它。你可以like the video itself但不是评论。这已在此SO thread中被询问并且未收到任何答复。 尝试提交功能请求here