Soundcloud API Auth via Golang 401 Error

前端 未结 3 1040
予麋鹿
予麋鹿 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:38

    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.

提交回复
热议问题