We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
当您获取用户个人资料时,返回的数据结构包含一个 url,其中包含该用户的收藏夹。请参阅 YouTube API 参考:http://code.google.com/apis/youtube/ 2.0/developers_guide_protocol_profiles.html 和 http://code.google.com/apis/youtube/2.0/reference .html#youtube_data_api_tag_gd:feedLink
但请注意,如果没有身份验证,您只能处理公共个人资料/收藏夹。
When you fetch a user profile, the returned data structure contains a url which contains that users favourites. See Youtube API reference: http://code.google.com/apis/youtube/2.0/developers_guide_protocol_profiles.html and http://code.google.com/apis/youtube/2.0/reference.html#youtube_data_api_tag_gd:feedLink
Note though, that without authentication, you can only work on public profiles/favourites.
如果您指的是“最喜欢的视频”,API 文档中提到了这一点:http ://code.google.com/apis/youtube/2.0/reference.html#User_favorites_feed
If you mean "favorite videos", this is mentioned in the API documentation: http://code.google.com/apis/youtube/2.0/reference.html#User_favorites_feed