简体   繁体   中英

How to get Spotify music list without Authentication

I want to know about, is it possible to Fetch a Spotify music list without an Access token or Aothuentication in mobile flutter SDK or web API. because I want to only Fetch the Spotify music list in my flutter app. Thanks in advance.

The Spotify API requires app authentication or user authentication depending on the ressource.

Playlists are always associated with an user and require a valid Access Token (which means user authentication). See the playlists documentation here .

Both Public and Private playlists belonging to any user are retrievable on provision of a valid access token.

On the other hand, albums for example can be retrieved with just the app credentials and do not require an authenticated user.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM