【发布时间】:2012-07-10 10:11:43
【问题描述】:
这是我的redirect.php,我总是得到 'HTTP 错误 500(内部服务器错误):在服务器尝试完成请求时遇到了意外情况。 '
php代码:
require_once 'Services/Soundcloud.php';
// create client object with app credentials
$client = new Services_Soundcloud('xxxxxxxxxxxxxxxxxxxxxxx');
$client->setAccessToken($_GET['code']);
// make an authenticated call
$current_user = json_decode($client->get('me'));
print $current_user->username;
有什么想法吗?
谢谢
【问题讨论】:
标签: php audio soundcloud