0

直到最近,我才能够使用 Pandora 非官方 REST API 登录并获取我的 Pandora 电台等。

现在看来,潘多拉登录身份验证已更改,不再像潘多拉非官方 REST api wiki 中描述的那样工作: https ://6xq.net/pandora-apidoc/rest/authentication/#user-login

先前发送此请求:

{
    "existingAuthToken": null,
    "keepLoggedIn": true,
    "password": "secretpassword",
    "username": "email@example.com"
}

产生了一个有效的身份验证令牌。这似乎不再起作用。当登录到 Panadora.com 网站时,它也会出现,它现在正在使用如下所示的请求登录:

{
"existingAuthToken": null,
"username": "email@example.com",
"password": "secretpassword",
"keepLoggedIn": true,
"OZ_TC":"AFpt...",
"OZ_DT":"1ZsvOA5s...",

"OZ_SG":"K4@<b#IoWptdRcS:..."
}

其中“OZ_TC”、“OZ_DT”和“OZ_SG”似乎是一些必需的密钥或与时间相关的签名。

有谁知道非官方的 REST api 是否损坏?

4

0 回答 0