Greetings,
Working on a desktop app with Windows 10 using CPP.
Feeding a SoundCloud URL to Fmod::CreateSound no longer works with SoundCloud new Oauth2 Authentication mechanism.
What Use to work: Calling SoundCloud API with client ID and API secret would return a link that Fmod::CreateSound would ingest without problems.
Since SoundCloud now requires to use Oauth2 Authentication mechanism. An HTTP header containing authentication access token is now required to query SoundCloud API. While the received link works fine in a Web Browser. Fmod::CreateSound fails and spit this error:
“The specified resource requires authentication or is forbidden.”
Why would the link works in a web browser but not in Fmod?
Would it be possible to make it work even if it could be a security issue?
Thank you,