Soundcloud API get tracks by multiple users in one go -


I understand that I get all the pages of the user using the code given below

  http: //api.soundcloud.com/users/XXXXX/tracks.json? Client_id = My ID   

Now my question is how can I get all the tracks by one or two different users go away. For example, the user YYYY and XXXX

the code below does not work

  http://api.soundcloud.com/users/XXXXX/YYYYY/tracks Json? Client_id = There is no way to do this via APII =    

You must request two or more requests for each user to track and then add them to a collection. Let me know if you need any additional information.

Comments

Popular posts from this blog

php - PDO bindParam() fatal error -

logging - How can I log both the Request.InputStream and Response.OutputStream traffic in my ASP.NET MVC3 Application for specific Actions? -

java - Why my included JSP file won't get processed correctly? -