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!