I am new to soundcloud. I have done my research but the soundcloud documentation is lacking severely.
I am trying to understand the API. If anyone can help answer the following questions it would be helpful.
Can I access my tracks through the JavaScript API and retrieve JUST the titles of the tracks?
Where do I get my "User ID" from?
I have created an app. Is the Redirect URI mandatory?
I have tried to use the following https://api.soundcloud.com/tracks?client_id=MY_CLIENT_ID. I get some other members information. And yes I replaced MY_CLIENT_ID with the client_id from my new app.
I have tried to use https://api.soundcloud.com/oauth2/token?client_id=xxx&client_secret=xxx&grant_type=password&username=xxx&password=xxx (with my app client_id, client_secret, username & password and I get a 404...not sure why.
Any response to put me in the right direction would be great. Thanks!