Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道,是否可以在移动颤振 SDK 或 Web API 中获取没有访问令牌或 Aothuentication 的 Spotify 音乐列表。因为我只想在我的颤振应用程序中获取 Spotify 音乐列表。提前致谢。
Spotify API 需要根据资源进行应用身份验证或用户身份验证。
播放列表始终与用户相关联,并且需要有效的访问令牌(这意味着用户身份验证)。请参阅此处的播放列表文档。
属于任何用户的公共和私人播放列表都可以在提供有效访问令牌时检索。
另一方面,例如,可以仅使用应用程序凭据来检索相册,并且不需要经过身份验证的用户。