Oauth 重定向\u uri在soundcloud中不工作

Oauth 重定向\u uri在soundcloud中不工作,oauth,soundcloud,url-redirection,Oauth,Soundcloud,Url Redirection,我使用了callback.html的代码,如中所示并保存了 我的服务器中的callback.html文件 Callback.html 当我运行我的应用程序时,我得到了声音云的认证窗口。但是 之后,当我在输入凭据后单击“连接”时,显示此弹出窗口应在几秒钟内自动关闭,但不会关闭 我也在应用程序设置中添加了url 请帮帮我。提前谢谢 <!DOCTYPE html> <html lang="en"> <head><meta http-equiv="Conten

我使用了callback.html的代码,如中所示并保存了 我的服务器中的callback.html文件

Callback.html

当我运行我的应用程序时,我得到了声音云的认证窗口。但是 之后,当我在输入凭据后单击“连接”时,显示此弹出窗口应在几秒钟内自动关闭,但不会关闭

我也在应用程序设置中添加了url

请帮帮我。提前谢谢

<!DOCTYPE html>
<html lang="en">
<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<script type="text/JavaScript" src="http://connect.soundcloud.com/sdk.js"></script>
 <title>Connect with SoundCloud</title>
</head>
<body onload="window.opener(window.opener.SC.connectCallback, 1);">
<b style="width: 100%; text-align: center;">This popup should automatically close in a      few seconds</b>
</body>
</html>
client_id: "df20e6893cd18c616f9277adb284f0c8",
redirect_uri: "http://www.openxcelltechnolabs.info/phonegap/sound/callback.html"