Youtube api v3 Get list of user's videos -
with youtube api v2, there's easy way videos. send query this:
the youtube api v2 has interactive demo page building query: http://gdata.youtube.com/demo/index.html
with youtube api v3, don't know corresponding way. please point me way api v3.
thank you!
the channels#list method return json information channel, including playlist id "uploads" playlist:
https://www.googleapis.com/youtube/v3/channels?part=contentdetails&forusername=onedirectionvevo&key={your_api_key}
with playlist id can videos playlistitems#list method:
https://www.googleapis.com/youtube/v3/playlistitems?part=snippet&playlistid=uubw18jzrgko_mogm5er8yzg&key={your_api_key}
you can test @ end of documentation pages.
Comments
Post a Comment