如何在 Android 上使用 YouTube API 发表评论?

发布于 2024-12-08 09:18:57 字数 40 浏览 0 评论 0原文

如何在 Android 上使用 YouTube API 发表评论?

How do I post comments using the YouTube API on Android?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

ˇ宁静的妩媚 2024-12-15 09:18:57

您需要让应用程序用户进行身份验证,就像您来自这样的网络应用程序一样:

身份验证 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文