2017-01-22 120 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