google-api-java-client 与 gdata-java-client 中的 Youtube 支持

发布于 2024-09-25 21:36:32 字数 674 浏览 8 评论 0原文

我正在尝试使用 google-api-java-client (我想这就是所谓的 2.0)为 youtube 编写 android 应用程序。 (gdata-java-client(1.x)不支持android,我明白)。我浏览了 youtube 文档以及“youtube-jsonc-sample”中提供的示例,该示例仅基于 .

我想查询 youtube 视频,详情请参见 http://code.google.com/apis/youtube/2.0/developers_guide_java .html#Searching_for_Videos 然而,此处描述的示例片段似乎适用于较旧的 gdata API。除了 youtube 示例之外,我在 google-api-java-client 中没有找到与 youtube 相关的任何内容。 code.google.com/apis/youtube/2.0/reference.html#Searching_for_videos 上的参考也仅短暂提及“应用于过滤结果集的条件”。

是否可以使用 2.0 API(在 android 上)查询 youtube 视频?请给我指出指针或示例代码。

谢谢;

I'm trying to use the google-api-java-client (I suppose this is what is referred to as 2.0) for writing an android application for youtube. (gdata-java-client (1.x) does not support android, I understand). I have loooked through the youtube documentation as well as the sample provided in "youtube-jsonc-sample", which only queries based on the .

I want to query for youtube videos, as detailed at
http://code.google.com/apis/youtube/2.0/developers_guide_java.html#Searching_for_Videos
The sample snippets described there however seem to be for the older gdata API. I do not find anything related to youtube in google-api-java-client except for the youtube sample. The reference at code.google.com/apis/youtube/2.0/reference.html#Searching_for_videos too makes only a fleeting reference to "conditions that should be used to filter the result set."

Is it possible to query youtube videos using the 2.0 API (on android) ? Please point me to pointers or sample code.

Thanks;

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

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

发布评论

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

评论(1

水溶 2024-10-02 21:36:32

目前 YouTube 的最佳示例是 youtube-jsonc-sample,展示了如何使用 JSON-C 格式搜索 YouTube 视频。尽管它被编写为在命令行上运行,但它应该几乎无需修改就可以在 Android 上运行。您提到了这个示例,但没有提到为什么它不能满足您的需求。请您详细说明一下吗?

The best sample for YouTube right now is the youtube-jsonc-sample, which shows how to search for YouTube videos using the JSON-C format. Though it is written to run on the command-line, it should work almost unmodified on Android. You mention this sample, but not why it doesn't meet your needs. Would you kindly expand on that?

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