Help Wizard

Step 1

NEXT STEP

Spotify for Developers

Discuss building apps with Spotify APIs and SDKs

Start a topic

Forum Posts

Important: App review and quota extension waiting times

The Spotify for developers platform helps many bring their ideas to life. Whether it's a short term app helping an artist’s release or something more long term - there is always a chance of success. Things start to grow and then you might also need w...

  • Moderator
  • Moderator
  • kevinu
  • Newbie
  • 6114 Views
  • 39 replies
  • 11 likes
  • 6114 Views
  • 39 replies
  • 11 likes

For new feature in Spotify

My Question or Issue :Bring some such feature so that we can text our friends.on Spotify on Android,iOS in every device

  • Visitor
  •     My Question or Issue : Bring some such feature so that we can text our friends.on Spotify on Android,iOS in every device  
  • 60 Views
  • 0 replies
  • 0 likes
  • 60 Views
  • 0 replies
  • 0 likes

Consistent 429 error after infinite loop bug

I had an infinite loop show up in my app that called spotify a ton of times. I fixed it quickly, but not my app is broken and my call (to get 'https://api.spotify.com/v1/me/playlists') is always returning a 429. What happened? How can I resolve this?

  • Casual Listener
  • I had an infinite loop show up in my app that called spotify a ton of times. I fixed it quickly, but not my app is broken and my call (to get 'https://api.spotify.com/v1/me/playlists') is a...
  • Ximzend
  • Roadie
  • 247 Views
  • 1 replies
  • 0 likes
  • 429
  • 247 Views
  • 1 replies
  • 0 likes

Spotify stops on pc

PlanFree/PremiumCountryUSADeviceSamsung PCOperating SystemWindows 11, version 22H2 My Question or IssueSpotify (pc only) recently fails to respond or fails to find playlists. I have to reboot computer to get it going. Reinstalled app, no joy

  • Visitor
  • Plan Free/Premium Country USA Device Samsung PC Operating System Windows 11, version 22H2   My Question or Issue Spotify (pc only) recently fails to respond or fails to find playlists....
  • 174 Views
  • 0 replies
  • 0 likes
  • PC Spotify fail
  • 174 Views
  • 0 replies
  • 0 likes

Solved!! Global authetication for all web app users

I'm trying to implement the the spotify api in a way where the client doesn't need to have a spotify account to use my app. My apps scope would be limited to browsing data and listening to track previews which are features that are available to every...

  • Casual Listener
  • I'm trying to implement the the spotify api in a way where the client doesn't need to have a spotify account to use my app.   My apps scope would be limited to browsing data and listening to t...
  • Ximzend
  • Roadie
  • 125 Views
  • 1 replies
  • 0 likes
  • 125 Views
  • 1 replies
  • 0 likes

Please fix the iframe embed

The current embedded player of Spotify comes with a set of issues. 1. No Volume ControlThe embedded player is able to play music, but it is in no way possible to control the volume of the player. I have seen this create a very uncomfortable experienc...

  • Casual Listener
  • ...rustrating experience. 3. Mandatory presence of album covers The embedded player is used in a variety of contexts, including public livestreams, for example through usage of websites such as s...
  • kyrarmstrong
  • Casual Listener
  • 542 Views
  • 2 replies
  • 8 likes
  • 542 Views
  • 2 replies
  • 8 likes

Weird size of Embed

Hi there, I was just following the documentation guide for creating a Embed (iFrame API) in my web app. All works as expected. The only issue comes with the box size of the iFrame, that looks like is bigger than the actual size of it's content. scree...

image.png
  • Newbie
  • Hi there,   I was just following the documentation guide for creating a Embed (iFrame API) in my web app. All works as expected. The only issue comes with the box size of the iFrame, that look...
  • kyrarmstrong
  • Casual Listener
  • 3168 Views
  • 3 replies
  • 0 likes
  • 3168 Views
  • 3 replies
  • 0 likes

Search endpoint return null owner

Today the search endpoint return playlist items with owner equal to null (screenshot).Yesterday, the owner was correct, not null.And Spotify playground on page gives correct owner right now.

  • Regular
  • Today the search endpoint return playlist items with owner equal to null (screenshot). Yesterday, the owner was correct, not null. And Spotify playground on page gives correct owner right...
  • 135 Views
  • 0 replies
  • 0 likes
  • 135 Views
  • 0 replies
  • 0 likes

How accurate is valence?

I'm currently working on an app that uses the API, and I'm using the get get audio features endpoint to get the valence of songs. This song: https://open.spotify.com/track/2TLIGSbQK27nod2mLbVp1d?si=09611e8fa2944595has a valence of 0, which doesn't re...

  • Regular
  • I'm currently working on an app that uses the API, and I'm using the get get audio features endpoint to get the valence of songs.   This song: https://open.spotify.com/track/2TLIGSbQK27nod2mLb...
  • Maureen26
  • Casual Listener
  • 617 Views
  • 2 replies
  • 0 likes
  • Discussion
    get-audio-features
    Valence
  • 617 Views
  • 2 replies
  • 0 likes

How do i get an access token in javascript?

I've been trying to develop a web app using the spotify api, but the documentation uses curl for api curls and I'm having a bit of trouble trying to figure out how to get an access token using javascript's fetch api. Any help will be appreciated.

  • Visitor
  • I've been trying to develop a web app using the spotify api, but the documentation uses curl for api curls and I'm having a bit of trouble trying to figure out how to get an access token using javasc...
  • Domen
  • Casual Listener
  • 297 Views
  • 1 replies
  • 0 likes
  • javascript
  • 297 Views
  • 1 replies
  • 0 likes

PKCE Token Refresh leads to 400 Invalid Request

I'm implementing PKCE auth flow. If the token expires, I try to refresh the token.I send a POST-request to the "https://accounts.spotify.com/api/token" Endpoint with:Payload:{"refresh_token": "[my refresh token]","grant_type": "refresh_token","client...

  • Casual Listener
  • I'm implementing PKCE auth flow. If the token expires, I try to refresh the token. I send a POST-request to the "https://accounts.spotify.com/api/token" Endpoint with: Payload: { "refresh_token...
  • russnelson
  • Visitor
  • 242 Views
  • 1 replies
  • 0 likes
  • 242 Views
  • 1 replies
  • 0 likes

Not able to retrieve all user playlists from Spotipy API

PlanPremiumCountryCanadaDeviceHP LaptopOperating SystemWindows 10 My Question or IssueI am trying to scrap my playlist data using Pythons's Spotipy library but I am getting one incorrect playlist in the response. Please let me know how can I scrap my...

  • Music Fan
  • Plan Premium Country Canada Device HP Laptop Operating System Windows 10   My Question or Issue I am trying to scrap my playlist data using Pythons's Spotipy library but I am getting o...
  • 126 Views
  • 0 replies
  • 0 likes
  • Discussion
  • 126 Views
  • 0 replies
  • 0 likes

Solved!!Superuser Contribution Can't access setting for a Spotify for Developers app

PlanPremiumCountryRomaniaDeviceWebMy Question or Issue Hi!I want to make an app in React which uses the Spotify Web Api. I successfully made an app in the dashboard, but when I try to access the settings for the app I get the following error: "Someth...

IMG-20230606-WA0011.jpg
  • Casual Listener
  • Plan Premium Country Romania Device Web My Question or Issue   Hi! I want to make an app in React which uses the Spotify Web Api.   I successfully made an app in the dashboa...
  • irialc
  • Casual Listener
  • 1582 Views
  • 20 replies
  • 18 likes
  • 1582 Views
  • 20 replies
  • 18 likes

Add "Added By" Variable to "Update Playlist Items"

Hey Spotify,Is it possible to add a variable, "Added By" to the body of the "Update Playlist Items" api endpoint ont he web-api?I'm trying to create a collaborative playlist so you can add specific users into that endpoint. It might be that its anoth...

  • Regular
  • Hey Spotify, Is it possible to add a variable, "Added By" to the body of the "Update Playlist Items" api endpoint ont he web-api? I'm trying to create a collaborative playlist so you can add specif...
  • 86 Views
  • 0 replies
  • 0 likes
  • 86 Views
  • 0 replies
  • 0 likes

I want to analyse Spotify historical listening data

Is there any way to access anonymised global Spotify stats? There is a large upcoming public festival in France (fete de la musique) and I thought it would be interesting to look at music genre trends over the last 10 years.

  • Visitor
  • Is there any way to access anonymised global Spotify stats? There is a large upcoming public festival in France (fete de la musique) and I thought it would be interesting to look at music genre t...
  • Ximzend
  • Roadie
  • 140 Views
  • 1 replies
  • 0 likes
  • 140 Views
  • 1 replies
  • 0 likes

Solved!! Can't get users recently played after following the authorization process user-read-recently-played

Hi All, After following the authorization process 'user-read-recently-played' and checking in my personal account if it worked, I still can't retrieve my recently played tracks. It seems to be an authorization problem, as I can retrieve the user prof...

  • Casual Listener
  • Hi All,    After following the authorization process 'user-read-recently-played' and checking in my personal account if it worked, I still can't retrieve my recently played tracks. It see...
  • debbies123
  • Casual Listener
  • 294 Views
  • 4 replies
  • 0 likes
  • 294 Views
  • 4 replies
  • 0 likes

Need to search a specific track

Hello, I am looking for a way to look up a track with a specific name. For example, If I use the web console to look up for a track.Link : https://developer.spotify.com/documentation/web-api/reference/searchAnd I search "Higher" then the API returns ...

  • Casual Listener
  • Hello, I am looking for a way to look up a track with a specific name.  For example, If I use the web console to look up for a track. Link : https://developer.spotify.com/documentation/we...
  • 123 Views
  • 0 replies
  • 0 likes
  • Discussion
  • 123 Views
  • 0 replies
  • 0 likes

Feature Request: Get user’s playlists that contain a given track

I’m currently developing an app where it would be very useful if an endpoint was available which allowed you to get a user’s playlists that contain a given track. Currently the only way to do this is to get every track for every playlist which quickl...

  • Casual Listener
  • I’m currently developing an app where it would be very useful if an endpoint was available which allowed you to get a user’s playlists that contain a given track. Currently the only way to do this is...
  • 82 Views
  • 0 replies
  • 0 likes
  • 82 Views
  • 0 replies
  • 0 likes

Music Game Startup - Partnership

I represent a budding startup that is in the process of creating a mobile and TV game, which shares similarities with SongPop, but with a distinct user-friendly approach.Our mission is to deliver joy to users without the encumbrance of excessive micr...

  • Newbie
  • I represent a budding startup that is in the process of creating a mobile and TV game, which shares similarities with SongPop, but with a distinct user-friendly approach. Our mission is to deliver j...
  • Prague
  • Rising Star 3
  • 342 Views
  • 1 replies
  • 1 likes
  • api
    game
    Partnership
  • 342 Views
  • 1 replies
  • 1 likes

Android SDK Auth window not popping up

Android Studio 2022.2.1 Patch 2United StatesPixel 4 API 33 Emulator Kotlin I've been working off of this and this to try to get Spotify playback SDK on my Android app (for authentication going with the first option, using the Spotify client as oppose...

  • Regular
  • Android Studio 2022.2.1 Patch 2 United States Pixel 4 API 33 Emulator  Kotlin    I've been working off of this and this to try to get Spotify playback SDK on my Android app (...
  • Prague
  • Rising Star 3
  • 249 Views
  • 1 replies
  • 2 likes
  • Android
    authentication
    authorization
    SDK
  • 249 Views
  • 1 replies
  • 2 likes

Solved!!Superuser Contribution INVALID_CLIENT: Invalid redirect URI

I am following the Quick Start tutorial, which instructs: To try the app, replace these credentials with the values that you received when you registered your app. In this demonstration app we use http://localhost:8888/callback as the redirect URI. I...

  • Regular
  • I am following the Quick Start tutorial, which instructs:   To try the app, replace these credentials with the values that you received when you registered your app. In this demonstration app ...
  • esauerbo
  • Regular
  • 69287 Views
  • 20 replies
  • 1 likes
  • 69287 Views
  • 20 replies
  • 1 likes