Announcements

Help Wizard

Step 1

NEXT STEP

Spotify for Developers

Discuss building apps with Spotify APIs and SDKs

Start a topic

Updating the Criteria for Web API Extended Access

Hey, I created this thread to get your feedback on our blog post around changes to the Web API extended access criteria, which will take place on May 15th. Please share any of your thoughts on this change in the comments below. All of your feedback w...

Spotify

ruvimediallp

Casual Listener

50877 Views

159 replies

18 likes

Discussion
  • 50877 Views
  • 159 replies
  • 18 likes

Superuser Contribution Access to websockets

Hi, I'm re-opening an issue that has been closed (#817), ignored (#1330, #538), or locked (#492) time and again. While I'm very thankful for the APIs Spotify provides developers, the lack of transparency/availability regarding the WebSocket APIs is m...

Regular

Hi, I'm re-opening an issue that has been closed (#817), ignored (#1330, #538), or locked (#492) time and again.   While I'm very thankful for the APIs Spotify provides developers, the la...

Meepso

Newbie

27732 Views

35 replies

125 likes

  • 27732 Views
  • 35 replies
  • 125 likes

Response to commercial license application

Hi there! I submitted an application for a commercial license around 6 months ago while I was developing an application that makes use of the Spotify API. Unfortunately I still have not heard back, and am curious about the best way to get this resolv...

Visitor

Hi there!   I submitted an application for a commercial license around 6 months ago while I was developing an application that makes use of the Spotify API.   Unfortunately I still have...

JerreMeister

Casual Listener

1671 Views

1 replies

1 likes

commercial license
Discussion
  • 1671 Views
  • 1 replies
  • 1 likes

Superuser Contribution Broken integration with AppleScript

Hi this has been broken for a few weeks could we please get an update? Ty https://community.spotify.com/t5/Desktop-Mac/You-broke-AppleScript-Again/td-p/4937134

Casual Listener

Hi this has been broken for a few weeks could we please get an update? Ty   https://community.spotify.com/t5/Desktop-Mac/You-broke-AppleScript-Again/td-p/4937134

spotifyjosh

Spotify

866 Views

1 replies

2 likes

  • 866 Views
  • 1 replies
  • 2 likes

Upgrade existing client to commercial partnership - API rate limit increase

We've been working on an app that uses the Spotify API and we created our client ID before there was an official submission for commercial partnerships (about 4 years ago). We've been getting a lot more traffic on our platform during this time and we...

Casual Listener

We've been working on an app that uses the Spotify API and we created our client ID before there was an official submission for commercial partnerships (about 4 years ago).   We've been gettin...

1544 Views

0 replies

0 likes

  • 1544 Views
  • 0 replies
  • 0 likes

Superuser Contribution Can’t create app

PlanPremiumCountryIndia DeviceiPhone 7Operating SystemiOS 13 My Question or IssueHello everyone, I am new here, I am from India and I was trying to create Spotify app in the dashboard since sometime now, i have a premium account, I’m running ios13 bu...

Casual Listener

Plan Premium Country India  Device iPhone  7 Operating System iOS 13   My Question or Issue Hello everyone, I am new here, I am from India and I was trying to create Spotify...

Sdmy2

Casual Listener

2312 Views

2 replies

0 likes

  • 2312 Views
  • 2 replies
  • 0 likes

Adding mediaSession support

Copy of https://github.com/spotify/web-playback-sdk/issues/105 Hi, Chrome recently rolled out some UI feature related to mediaSession, which displays some information about the track we are playing and provides some navigation UI.As the "audio" eleme...

Casual Listener

Copy of https://github.com/spotify/web-playback-sdk/issues/105   Hi,   Chrome recently rolled out some UI feature related to mediaSession, which displays some information about the...

DorianRichard

Casual Listener

2402 Views

3 replies

10 likes

  • 2402 Views
  • 3 replies
  • 10 likes

Superuser Contribution What is going on with the ios-sdk repo?

There have not been any releases to the SDK since February. Issues are piling up and not being replied to. It appears that there are only one or two developers maintaining the repository, dropping in once every few weeks, and they are very picky abou...

Gig Goer

There have not been any releases to the SDK since February. Issues are piling up and not being replied to.   It appears that there are only one or two developers maintaining the repository, dr...

spottyottiedopa

Gig Goer

3523 Views

10 replies

1 likes

Discussion
  • 3523 Views
  • 10 replies
  • 1 likes

Api Rate Limit

My Question or IssueHi,We would like to integrate spotify with our app. Currently we are seeing rate limits for various endpoints. We would like to know if the rate limits are different for partners? Also what is the process in becoming a partner so ...

Visitor

My Question or Issue Hi, We would like to integrate spotify with our app. Currently we are seeing rate limits for various endpoints. We would like to know if the rate limits are different for partn...

3432 Views

0 replies

0 likes

api
limit
Partnership
rate
  • 3432 Views
  • 0 replies
  • 0 likes

Add a can_play_track field in user object (private)

Hi, I'm trying out to figure out whether a user has the permission to play a track, before attempting to send a call to the player endpoint. The field "product" is useless in its current state, as there is no documentations about all the product type...

Casual Listener

Hi,   I'm trying out to figure out whether a user has the permission to play a track, before attempting to send a call to the player endpoint.   The field "product" is useless in its cu...

1702 Views

0 replies

0 likes

  • 1702 Views
  • 0 replies
  • 0 likes

Superuser Contribution Feature Request: PubSub instead of Polling

It would really simplify a lot of app logic to be able to register to a publishing server. Ideally the server would dispatch events to clients registered for the information relevant to them. Events such as user play/pause, FF/RW, adding tracks to pl...

Regular

It would really simplify a lot of app logic to be able to register to a publishing server. Ideally the server would dispatch events to clients registered for the information relevant to them. Events ...

profanegod

Regular

1439 Views

3 replies

4 likes

  • 1439 Views
  • 3 replies
  • 4 likes

Doing what Spotify can't / won’t - Developing a usable Win10 client...

Plan - PremiumOperating System - Windows 10My Question or Issue:Spotify is ignoring paying customers requests and has continued to do so for some time. I think the only way I'm going to be able to use this platform to play music I enjoy listening to ...

Newbie

Plan - Premium Operating System - Windows 10 My Question or Issue: Spotify is ignoring paying customers requests and has continued to do so for some time. I think the only way I'm going ...

1470 Views

0 replies

2 likes

Windows 10
  • 1470 Views
  • 0 replies
  • 2 likes

Superuser Contribution Search for shows returns an array of null

When querying the search api for shows I am getting a successful response but items is returned as an array of null.Here's my request: url: "https://api.spotify.com/v1/search?q=masters&type=show", method: "get", headers: { Authorization: "Bearer " + ...

Visitor

When querying the search api for shows I am getting a successful response but items is returned as an array of null. Here's my request:   url: "https://api.spotify.com/v1/search?q=masters&a...

goleary

Newbie

4523 Views

4 replies

2 likes

  • 4523 Views
  • 4 replies
  • 2 likes

Creating a custom Spotify player

Hello, I wanted to check if there is a possibility to develop a custom Spotify player app (for iOS and Android).This app will allow adding special music processing to the audio to enhance the listener experience.In order to do so, the app requires ac...

Visitor

Hello,   I wanted to check if there is a possibility to develop a custom Spotify player app (for iOS and Android). This app will allow adding special music processing to the audio to enhance ...

2175 Views

0 replies

3 likes

Custom Player
  • 2175 Views
  • 0 replies
  • 3 likes

Access token missing in SceneDelegate callback

Plan:PremiumCountry:USA DeviceiPhone 7Operating System iOS 13.4.1 I've been working on changing my test app to use token swap. I modeled the client after the example here: (https://github.com/spotify/ios-sdk/tree/master/DemoProjects/SPTLoginSampleApp...

Newbie

  Plan: Premium Country: USA   Device iPhone 7 Operating System     iOS 13.4.1   I've been working on changing my test app to use token swap. I modeled the clien...

Peter_Schorn

Roadie

1796 Views

4 replies

0 likes

  • 1796 Views
  • 4 replies
  • 0 likes

Spotify Socket Hang Up Error

Hi everyone,I'm receiving the 'Socket Hang Up' error when my app is running for almost a day. I'm requesting things to Spotify hourly, and most of the time the app runs smoothly. The error happens when I start requesting after 7-8 hours I turned on m...

Music Fan

Hi everyone, I'm receiving the 'Socket Hang Up' error when my app is running for almost a day. I'm requesting things to Spotify hourly, and most of the time the app runs smoothly. The error happens ...

M4tr1k

Music Fan

1686 Views

1 replies

0 likes

  • 1686 Views
  • 1 replies
  • 0 likes

Superuser Contribution Accessing Other User Listening Habits

My Question or Issue I am thinking of creating a prototype web app for university project (no commerical use) that will allow users to make posts about spotify tracks they like and also make a machine learning system that recommends users with simila...

Casual Listener

My Question or Issue   I am thinking of creating a prototype web app for university project (no commerical use) that will allow users to make posts about spotify tracks they like and also make...

yalzerboy

Casual Listener

4643 Views

2 replies

0 likes

Developer
Discussion
  • 4643 Views
  • 2 replies
  • 0 likes

Spotify App Integration

Hi there fellow Spotify enthusiasts, We are currently building an audio recording mobile app and are wanting to integrate Spotify as a feature within it. Basically, what we want to do is to allow the users to connect to their Spotify accounts to be a...

Casual Listener

Hi there fellow Spotify enthusiasts,   We are currently building an audio recording mobile app and are wanting to integrate Spotify as a feature within it. Basically, what we want to do is to ...

2995 Views

0 replies

0 likes

Android
api
apk
integration
iOS
  • 2995 Views
  • 0 replies
  • 0 likes

Superuser Contribution API functions for "current song radio list" and "add to queue after current"

PlanPremiumCountrySwedenDevice(Pixel 2XL, PC)Operating System(Android Oreo, Windows 10) My Question or IssueI am trying to implement a button that I hit when I like a song. It should get the list of songs from the song radio of the currently playing ...

Casual Listener

Plan Premium Country Sweden Device (Pixel 2XL, PC) Operating System (Android Oreo, Windows 10)   My Question or Issue I am trying to implement a button that I hit when I like a so...

Cyberfly

Casual Listener

2822 Views

3 replies

2 likes

  • 2822 Views
  • 3 replies
  • 2 likes

Spotify SDK not connecting

PlanPremiumCountryCanada Device(iPhone 8, Samsung Galaxy 9, Macbook Pro late 2016)Operating System(iOS 10, Android Oreo, Windows 10,etc.) My Question or IssueWhen using react to connect to the SDK the SDK doesn’t initializePlease refer to this codeht...

Visitor

Plan Premium Country Canada   Device (iPhone 8, Samsung Galaxy 9, Macbook Pro late 2016) Operating System (iOS 10, Android Oreo, Windows 10,etc.)   My Question or Issue When...

2345 Views

0 replies

0 likes

React
SDK
useEffect
  • 2345 Views
  • 0 replies
  • 0 likes

Spotify Play button is not accessible when tabbing

I'm a developer who's integrated your compact Play button into my website, but today I've been conducting an accessibility audit and have found an accessibility bug. When tabbing through the website, although the iframe is tabbable, there is no onFoc...

Visitor

I'm a developer who's integrated your compact Play button into my website, but today I've been conducting an accessibility audit and have found an accessibility bug. When tabbing through the website,...

2064 Views

0 replies

1 likes

  • 2064 Views
  • 0 replies
  • 1 likes