Youtube api v3 Get list of user's videos -


with youtube api v2, there's easy way videos. send query this:

http://gdata.youtube.com/feeds/mobile/videos?max-results=5&alt=rss&orderby=published&author=onedirectionvevo

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

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -