Code: Select all
// Include class
require "lib/inc/Soundcloud.php";
// Create Object
$soundcloud = new Services_Soundcloud('id goes here', 'callback url');
$soundcloud->get('tracks');
Any info will greatly help!
Moderator: General Moderators
Code: Select all
// Include class
require "lib/inc/Soundcloud.php";
// Create Object
$soundcloud = new Services_Soundcloud('id goes here', 'callback url');
$soundcloud->get('tracks');