我使用了callback.html的代码,如“https://developers.soundcloud.com/docs/api/sdks#javascript”所示并保存 我服务器中的callback.html文件
( “http://www.openxcelltechnolabs.info/phonegap/sound/callback.html”)。
Callback.html
<!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"
当我运行我的应用程序时,我正在获得声音云的身份验证窗口。但 之后,当我输入我的凭据后点击连接时,它显示“此弹出窗口应该会在几秒钟内自动关闭”,但它不会被关闭。
我还在应用设置中添加了网址。
请帮帮我。提前谢谢。