How to add comments through the SoundCloud API
问题 I would like to post comments via the SoundCloud API but looking at the documentation it seems impossible, the only method available for /tracks/{id}/comments seems to be GET . When I try to send it a POST I get a HTTP Error: 422 , same happens if I use the console I get a 422 too, with "error_message": "Body can't be blank" even so I added body=test as a parameter. Any idea how you are supposed to add a comments via the API? I can see that it seems to be possible with for example the ruby