php-soundcloud
php-soundcloud copied to clipboard
Response code 302 is valid reply for /resolve.
Presently you can't get the actual response from /resolve which is as documented supposed to be a 302 https://developers.soundcloud.com/docs/api/reference#apps
It shouldn't be required that the user of the wrapper add the curlopt (CURLOPT_FOLLOWLOCATION => true) and then follow and get the resource returned if they only want to resolve the URL.
Other 30x remain invalid replies.
This would be very helpful for resolving URLs to URIs.