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 ;)