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

I am wanting to make a plugin for Wordpress that enables the user to upload tracks to their Soundcloud account from within the Wordpress media manager of their Wordpress installation.

I have something similar working with YouTube using their new uploader widget, but I am confused about how to achieve something similar with SoundCloud because of the oAuth2 stuff which I don't really understand.

the thing is that the plugin will be used on all sorts of different domains and so I am not sure how I can authenticate it when I don't know the future users domain and so don't know the redirect uri...

Any pointers most welcome ;)

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.