如何在 Android 上使用 YouTube API 发表评论?
如何在 Android 上使用 YouTube API 发表评论?
How do I post comments using the YouTube API on Android?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如何在 Android 上使用 YouTube API 发表评论?
How do I post comments using the YouTube API on Android?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
您需要让应用程序用户进行身份验证,就像您来自这样的网络应用程序一样:
身份验证 API
然后,当您拥有 AUTH 令牌时,应用程序可以收集用户的评论,将其包装在 适当的调用并提交。
You will need to let the app user authenticate, just as though you're coming from a web application like this:
Authentication API
Then when you have the AUTH token, the app can collect the user's comment, wrap it up in the appropriate call and submit it.