Can't add a track to a group via soundcloud API using javascript
问题 I've cloned the javascript SDK from github, and other than Firefox15.0 being unhappy, I'm able to GET anything that I want. (Track lists, group lists). I want to be able to add one of my tracks to one of my groups, (so far I've only got one of each, to keep testing simple.) The console lets me add (PUT https://api.soundcloud.com/groups/92779/contributions/58889291) and remove the same track from a group (DELETE with the same URI), but my not with the javascript SDK jQuery example. (I'm