查看朋友和关注的人正在使用 Spotify API

See what friends and followed people are playing with Spotify API

Spotify 客户端可以让您看到朋友或您关注的人正在播放。 API 可以做到吗?我浏览了整个 API Reference 但找不到任何东西。

在 spotify 客户端中,这是在 "recent activity".

不,Spotify Web 当前不可用 API。已经有一个 feature request about this issue on Spotify Web API Issue Tracker Github page. 可以在那里 +1 :)

没有 public API 这样做,但是...

如果你对你的 Spotify 应用进行 MITM,你可以观察到对 https://spclient.wg.spotify.com/presence-view/v1/buddylist 的请求以及你的身份验证令牌。从那里你可以自动点击它。如果您使用 Charles,您只需单击“将请求复制为 cURL”,这非常简单。

当然你需要应用程序的授权令牌,所以这只适用于你而不适用于其他人授权的第 3 方应用程序。 (至少,不是没有更多的工作)