1
votes

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
Please if my answer helped check it as a valid solution. ThanksLucaP

1 Answers

2
votes

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.