7

Couldn't find it anywhere in the docs.

Is there a way to add a comment to a video with YouTube API v3?

4

3 に答える 3

3

トップレベルのコメントを作成するには、commentThreads.insertメソッドを使用します。

https://developers.google.com/youtube/v3/docs/commentThreads/insert

于 2015-06-16T14:02:10.923 に答える
3

Youtube API の v3 ではコメントはサポートされていません。コメントを操作する場合は、API の v2 を使用する必要があります。V2 API でコメントを使用する方法に関するガイドは次のとおりです: https://developers.google.com/youtube/2.0/developers_guide_protocol_comments

于 2013-06-17T13:50:30.867 に答える
1

Youtube API ブログによると、コメントは現時点では v2 でのみ利用できます。v3 の「最新の」代替手段が登場するまでは、http: //apiblog.youtube.com/2014/03/committing-to-youtube-data- api-v3.html

于 2014-04-14T20:39:59.330 に答える