In soundcloud.module

global $base_url;
...

Better

  $token = $soundcloud->get_request_token($url('soundcloud/access_token', array('absolute' => true)));

Comments

toemaz’s picture

I mean

  $token = $soundcloud->get_request_token(url('soundcloud/access_token', array('absolute' => true)));
twom’s picture

Status: Active » Fixed

Thanks for the code suggestion. I have committed it.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.