Soundcloud API order on playlist

对着背影说爱祢 提交于 2019-12-08 04:55:39

问题


soundcloud api again!

I'm trying to order the tracks when grabbing a playlist from soundcloud api using this call

http://api.soundcloud.com/users/radio-pnr/playlists/10599585.json?client_id=XXXX

I can limit the tracks by using

&limit=10

but when I put the

order=created_at

to return the tracks ordered, this parameters seems to be ignored.
Any idea?

Thanks!


回答1:


The order filter doesn't work anymore, when you retrieve the tracks from a certain user the order filter is set by default to created_at.



来源:https://stackoverflow.com/questions/42622109/soundcloud-api-order-on-playlist

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!