gpt4 book ai didi

meteor - "415 Error"查询 Spotify token 时

转载 作者:行者123 更新时间:2023-12-04 03:37:33 25 4
gpt4 key购买 nike

我一直在尝试在 MeteorJS 中重新创建 Spotify oauth 连接。我已经请求访问和刷新 token ,但我现在不断收到 415 错误。这是相关的代码:

 var results = HTTP.post(
'https://accounts.spotify.com/api/token',
{
data: {
code: code,
redirect_uri: redirectURI,
grant_type: 'authorization_code',
client_id: clientID,
client_secret: clientSecret
},
headers: {
'Content-Type':'application/json'
}
}
);

我似乎无法在此演示中找到有关问题和代码的任何其他好的文档:

https://github.com/spotify/web-api-auth-examples/tree/master/authorization_code

完美地工作。

最佳答案

我有一个类似的问题(但在 Java 中)。类似的解决方案是

                    headers: {
'Content-Type':'application/x-www-form-urlencoded'
}

关于meteor - "415 Error"查询 Spotify token 时,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25432678/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com