soundcloud

Create playlist in SoundCloud with PHP

I am creating a music website on which i have integrated SoundCloud API. Now I want to create a playlist at run time and attach tracks to that playlist. My code is following: class Soundcloud { const VERSION = '1.1'; public static $urls = array( 'api' => 'http://api.soundcloud.com/', 'oauth' => array( ...