php-soundcloud
php-soundcloud copied to clipboard
API Wrapper for SoundCloud written in PHP with support for authentication using OAuth 2.0.
hi i am trying to update the metadata for the track and i am getting a warning like below > Warning: array_key_exists() expects parameter 2 to be array, string given...
The demo application should be more minimal and not depend on a framework such as CodeIgniter. A demo application is supposed to help you understand how to use the library,...
When I try to upload audio file to soundcloud, It throws error. Here is my code: ``` $SC = new Soundcloud/Service('id','secret','redirect_uri'); $track = array( 'track[title]' => 'My awesome track', 'track[tags]'...
hi everyone, i want use Embedding a SoundCloud Widget from this url https://developers.soundcloud.com/docs/api/guide#playing require_once 'Services/Soundcloud.php'; // create a client object with your app credentials $client = new Services_Soundcloud('YOUR_CLIENT_ID', 'YOUR_CLIENT_SECRET'); $client->setCurlOptions(array(CURLOPT_FOLLOWLOCATION...
Calling get('me') throws the following exception: PHP NOTICE at /srv/www/megafone.net/public_html/protected/vendors/soundcloud/Services/Soundcloud.php (760): Array to string conversion
I follow the steps at https://developers.soundcloud.com/docs#authentication literally, but I systematically get a Services_Soundcloud_Invalid_Http_Response_Code_Exception when I call $client->accessToken() (after giving authorization and being redirected to the redirect url). Additionally, even if...
Hi, when reading this section from the doc https://developers.soundcloud.com/docs/api/guide#authentication the php code section throw this message: // this example is not supported by the PHP SDK otherwise there is a...
Webservers where a basedir restriction is set and/or safe mode is active don't allow the CURLOPT_FOLLOWLOCATION = true option. This is a workaround for these webservers. Based on: http://php.net/manual/en/function.curl-setopt.php#102121
I use PHP **5.5.3** and get the following deprecated-error after uploading a track: Deprecated: curl_setopt_array(): The usage of the @filename API for file uploading is deprecated. Please use the CURLFile...
Hi, I would like a soundcloud plugin for oxwall social platform. How do I go about this. Thanks in advance