如何获取Youtube GData播放列表JSON响应

时间:2015-06-29 10:20:57

标签: android json youtube-api youtube-data-api android-youtube-api

我必须使用gdata将此youtube播放列表解析到我的应用中:https://www.youtube.com/playlist?list=PLWz5rJ2EKKc9ofd2f-_-xmUi07wIGZa1c

所以我认为,我应该使用以下链接来获取JSON响应:http://gdata.youtube.com/feeds/api/playlists/PLWz5rJ2EKKc9ofd2f-_-xmUi07wIGZa1c?v=2&alt=jsonc

但每当我在浏览器上打开它时,每次都得到:

{"apiVersion":"2.1","error":{"code":410,"message":"No longer available","errors":[{"domain":"GData","code":"NoLongerAvailableException","internalReason":"No longer available"}]}}

我尝试过最新版本(即 - 3):

http://gdata.youtube.com/feeds/api/playlists/PLWz5rJ2EKKc9ofd2f-_-xmUi07wIGZa1c?v=3&alt=jsonc

并获得:{"error":{"code":403,"message":"Version 3 is not supported.","errors":[{"domain":"GData","code":"versionNotSupported","internalReason":"Version 3 is not supported."}]}}

那么我怎样才能获得gdata json响应?稍后在我的Android应用程序中进行解析

1 个答案:

答案 0 :(得分:0)

您使用的API不再可用,请尝试使用新的Youtube API

https://developers.google.com/youtube/v3/