Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm going through the OAuth2 flow with my application. The application seems to correctly request https://soundcloud.com/connect, with "Allow 'app name' access to your Soundcloud account?". However, if I then try to authenticate using Facebook on this screen, a new, empty page loads with the url:

https://soundcloud.com/popup_callback.html?returnTo=http%3A%2F%2Fapp-url.com...

After that, nothing happens. If I re-request the connect page with my app, I have been successfully logged into Soundcloud, and can simply click the "Connect" button.

This was working about a week ago.

Thanks!

share|improve this question
Seems the same as stackoverflow.com/questions/11360202/… – audiodude Jul 18 '12 at 14:55
Did you ever find a fix for this? I'm having exactly the same issue. – Jimpanzee Oct 30 '12 at 0:16
No I didn't, sorry. Please post back here if you figure it out. – audiodude Oct 31 '12 at 1:46
This appears to be a bug on our side. The FB connect flow is assuming that you're using a popup window to connect w/ soundcloud. I'll report back here when we've got it sorted out. – Paul Osman Nov 10 '12 at 20:07
This has been resolved. Sorry for the delay. – Paul Osman Jan 24 at 21:59
show 1 more comment

1 Answer

up vote 0 down vote accepted

See comment from Paul Osman. This was a bug on the Soundcloud side and has been fixed.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.