Is there any way to set playlist favorites in SoundCloud
For selected tracks I use
SC.put('/me/favorites/'+track_id);
but doesn’t work in the playlist. It seems that “/ favorites” only shows tracks and playlists? Perhaps there is another way to check if the playlist has been marked as “but”, but I did not find anything useful.
When a playlist gets an error
{"errors":[{"error_message":"404 - Not Found"}]}
Thanks in advance.
source
share