Soundcloud API Auth via Golang 401 Error

前端 未结 3 1042
予麋鹿
予麋鹿 2021-01-24 13:00

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

3条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-24 13:42

    Maybe you want to check this.

    Go implementation of Soundcloud Oauth2

    https://github.com/vitorsvvv/go-soundcloud-oauth

提交回复
热议问题