在我的应用程序中,用户首先需要使用google帐户登录,然后当他们查看youtube视频时,他们可以在没有登录身份验证的情况下发表评论。
我想知道我需要使用哪种服务来启用评论?有很多服务,但我找不到youtube:https://developers.google.com/android/guides/setup
发布于 2016-07-29 14:46:15
尝试使用:
https://developers.google.com/youtube/v3/docs/commentThreads/insert
Post url : https://www.googleapis.com/youtube/v3/commentThreads?part=snippet&key={YOUR_API_KEY}https://stackoverflow.com/questions/38651883
复制相似问题