问题
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