I\'m attempting to connect to the Soundcloud API and obtain a token in Golang, but I get a 401 errr saying, \"error\":\"invalid_client\".
I\'ve verified client ID and se
I think you also need to set the client secret, not only your client id.
I also wanted a non-expiring access token, but somehow this is not working. So I'm refreshing my access token everytime it is expired.