In soundcloud.module
global $base_url;
...
Better
$token = $soundcloud->get_request_token($url('soundcloud/access_token', array('absolute' => true)));
In soundcloud.module
global $base_url;
...
Better
$token = $soundcloud->get_request_token($url('soundcloud/access_token', array('absolute' => true)));
Comments
Comment #1
toemaz commentedI mean
Comment #2
twom commentedThanks for the code suggestion. I have committed it.