“415 Error” when querying Spotify for tokens

后端 未结 3 1570
花落未央
花落未央 2020-12-20 13:17

I\'ve been trying to recreate the spotify oauth connection in MeteorJS. I\'ve gotten as far as requesting the access and refresh tokens, but I keep getting a 415 error now.

3条回答
  •  春和景丽
    2020-12-20 13:45

    You need to use params instead of data when sending the JSON object. Related question: Unsupported grant type error when requesting access_token on Spotify API with Meteor HTTP

提交回复
热议问题