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
Maybe you want to check this.
Go implementation of Soundcloud Oauth2
https://github.com/vitorsvvv/go-soundcloud-oauth