Answered: Using the Oreilly sample app - YouTube api call - playlist IDs changed?
Answered: Using the Oreilly sample app - YouTube api call - playlist IDs changed?
I was wondering if anybody else had run into the issue where it appears that Google has changed the way the API call to list videos from a playlist. It appears the playlistID which is used in the Oreilly example is no longer valid - i.e.:
So, is there a way to still use the oreilly example to pull in video playlists or has someone been able to modify the code to use new updated IDs? Or is there a better, streamlined way to bring in YouTube channel videos with respective thumbnails?
Ok all - I think I answered my own questions after a bit of experimentation. For future reference, if you go ahead and query the user's playlist via the API like:
Yes, it is working great for me by default. But, how would I utilize my own playlist when the playlistID format seems to have changed? Plug the playlistID (FLSYG0DaTjEpo9LlE-f_1L1g) into the app.js and you will see it does not pull the channel playlist in at all
Ok all - I think I answered my own questions after a bit of experimentation. For future reference, if you go ahead and query the user's playlist via the API like:
Ext.data.JsonP.callback2({"apiVersion":"2.1","error":{"code":404,"message":"Playlist not found.","errors":[{"domain":"GData","code":"ResourceNotFoundException","internalReason":"Playlist not found."}]}});Any help is appreciated.