video - Sorting Youtube API result from playlist -


i have been struggling youtube's api v3 , can't work in way want. goal load latest videos selected playlist website. problem the oldest videos in response.

to load playlist request following api uri: https://www.googleapis.com/youtube/v3/playlistitems

here example of request (just click execute): http://developers.google.com/apis-explorer/#p/youtube/v3/youtube.playlistitems.list?part=id%252csnippet%252ccontentdetails%252cstatus&playlistid=plou2xlyxmsikgo-dgliijqnz6l3g8uv4b&_h=1&

how can sort result , latest videos first? can't find in docs , have been googling without luck. there no point api if can't sort result. way load videos keep loading next page token insane.

any idea? sounds basic problem can't find solution...

the current api doesn't have sorting option listing playlist items, if inserting items programmatically, can specify position value when inserting make new videos appear @ top of list.

if it's else adding videos, you'll have pages. since playlists limited 200 items, requires 4 requests @ most. not ideal, it's option now.


Comments

Popular posts from this blog

PHPMotion implementation - URL based videos (Hosted on separate location) -

c# - Unity IoC Lifetime per HttpRequest for UserStore -

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -