使用 PHP 检索 Youtube 用户的播放列表
您能给我提供一个有关如何使用 PHP 检索 Youtube 用户的播放列表的示例吗?
我已阅读开发人员指南:数据 API协议 – 播放列表,但我不明白。
这就是我想做的:
每个选项卡都是一个播放列表,我在其中显示播放器列表。在本例中,我们被放置在“波尔图”选项卡中。在右侧我显示列表中的视频,在播放器列表下方显示评论。
是否可以?
Could you offer me an example about how to retrieving a Youtube user's playlists with PHP?
I have read the Developer's Guide: Data API Protocol – Playlists, but I didn't understood.
This is what I would like to do:
Each tab is a play list where I show the player list. In this case we're placed ino 'Porto' tab. At the right I show the videos in the list and below the player list, show the comments.
Is it possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
最新的 v3 API 即将开始。您需要一个 API 密钥。
The newest v3 API getting started. You need a API key.
您必须先登录:
http://code.google .com/intl/en_EN/apis/youtube/2.0/developers_guide_protocol_authentication.html
You have got to log in first:
http://code.google.com/intl/en_EN/apis/youtube/2.0/developers_guide_protocol_authentication.html
这是一个很好的 PHP 脚本,用于检索 Youtube 和 Vimeo 用户的播放列表
https: //github.com/greghub/youtube-vimeo-api-playlist-to-database-importer
Here's a nice PHP script for Retrieving both Youtube and Vimeo user's playlists
https://github.com/greghub/youtube-vimeo-api-playlist-to-database-importer