oauth - redirect_uri not working in soundcloud -
I showed the codeback code in the "show" and saved the callback.html file to my server
< P> ("").Callback
& lt ;! DOCTYPE html & gt; & Lt; Html lang = "en" & gt; & Lt; Head & gt; & Lt; Meta http-equiv = "content-type" content = "text / html; charset = UTF-8" & gt; & Lt; Script type = "text / javascript" src = "http://connect.soundcloud.com/sdk.js" & gt; & Lt; / Script & gt; & Lt; Title & gt; Connect with SoundCloud & lt; / Title & gt; & Lt; / Head & gt; & Lt; Body onload = "window.opener (window.opener.SC.connectCallback, 1);" & Gt; & Lt; B style = "width: 100%; text-align: center;" & Gt; This popup should be automatically locked in seconds & lt; / B & gt; & Lt; / Body & gt; & Lt; / Html & gt;
Here is my description
client_id: "df20e6893cd18c616f9277adb284f0c8", redirect_uri: "http://www.openxcelltechnolabs.info /phonegap/sound/callback.html "
When I run my app, I'm receiving the Sound Cloud authentication window. But after that when I click connect after entering my credentials it shows "This popup should be automatically closed in a few seconds" but it is not being closed.
And I also added the URL to the app settings.
Please help me in advance thank you.
Comments
Post a Comment