I am using the soundcloud custom player to pull in favorites. my question is how do i sort by date favorited, not by date uploaded which is the default in the minimal demo?
http://developers.soundcloud.com/docs/custom-player
the script i'm working off of is here: https://github.com/soundcloud/soundcloud-custom-player/blob/master/js/sc-player.js
in my implementation i built the player using:
<div class="post faves">
<a href="http://soundcloud.com/mr-tunes/favorites" class="sc-player"></a>
</div>