Couldn't find it anywhere in the docs.
Is there a way to add a comment to a video with YouTube API v3?
Couldn't find it anywhere in the docs.
Is there a way to add a comment to a video with YouTube API v3?
トップレベルのコメントを作成するには、commentThreads.insert
メソッドを使用します。
https://developers.google.com/youtube/v3/docs/commentThreads/insert
Youtube API の v3 ではコメントはサポートされていません。コメントを操作する場合は、API の v2 を使用する必要があります。V2 API でコメントを使用する方法に関するガイドは次のとおりです: https://developers.google.com/youtube/2.0/developers_guide_protocol_comments
Youtube API ブログによると、コメントは現時点では v2 でのみ利用できます。v3 の「最新の」代替手段が登場するまでは、http: //apiblog.youtube.com/2014/03/committing-to-youtube-data- api-v3.html