I'm getting an error while connecting to Sound API trought OAuth2.
This is the connection link I use:
By clicking it I get redirected to:
But the specified redirect_uri param (encoded) and the registered url (in the field Redirect URI) are exactly the same:
http://beta.mydomain.com/apd/?module=soundcloud&action=return
I don't know if there is anything wrong or there is any other restriction that returns the same error. Or maybe "Redirect URI" is not the applicable field. This should be enough.
(App name is bigpress) (Domain and consumer_key have been altered for security reasons)
UPDATE: Ok, I think I got it. After having done a dozen of checks... if redirect_uri includes the "&" character SoundCloud will always return this error.