I tried this with my own SC SDK:
http://jsfiddle.net/iambnz/H7VW8/
SC.initialize({ client_id: "cd3e093bf9688f09e3cdf15565fed8f3" }); SC.get('/users/4493849', { q: 'test' }, function(tracks) { console.log(tracks); });
The result will be just one track / object:
Object {id: 4493849, kind: "user", permalink: "the-uprising-developers", username: "The Uprising Developers", uri: "http://api.soundcloud.com/users/4493849"…}
devbnz
source share