Help Wizard

Step 1

NEXT STEP

Topics with Label: API Support

Labels

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
  • mekala02
  • Casual Listener
  • 16065 Views
  • 111 replies
  • 18 likes
  • 16065 Views
  • 111 replies
  • 18 likes

Get Umbrella Genre From Track

Hello, I'm currently working on a website to sort tracks by genre.I've accepted that I have to use the genres the artist is categorized as. (I wonder why they don't offer it at track level, some artists have songs that have different genres. Apple mu...

  • Casual Listener
  • Hello,   I'm currently working on a website to sort tracks by genre. I've accepted that I have to use the genres the artist is categorized as. (I wonder why they don't offer it at track level...
  • Samurad
  • Casual Listener
  • 908 Views
  • 5 replies
  • 2 likes
  • API search
    API Support
  • 908 Views
  • 5 replies
  • 2 likes

Music Game - User Authentication & Song Playback

PlanPremiumCountryUS (primary)Operates globallyDeviceiPhone 12 Operating SystemiOS 16.2My Question or IssueHi, I recently developed an application (2019) that leveraged Spotify premium user authentication and song playback APIs to play music within t...

PlayItAgain_0-1675873258588.png
  • Newbie
  • Plan Premium Country US (primary) Operates globally Device iPhone 12  Operating System iOS 16.2 My Question or Issue Hi,    I recently developed an application (201...
  • HialeahLiam
  • Casual Listener
  • 341 Views
  • 1 replies
  • 0 likes
  • account api
    api
    API account
    API Bug
    API Support
    song playback
    SpotifyAPI
    Web Playback API
  • 341 Views
  • 1 replies
  • 0 likes

Spotify typescript api abandoned

I don't see any movement since last 3 months, on the spotify typescript api https://github.com/spotify/spotify-web-api-ts-sdk Came across a few issues on the repository, i went there and fixed the code a little ( minor bug )..and sent a PR.Now being ...

  • Newbie
  • I don't see any movement since last 3 months, on the spotify typescript api  https://github.com/spotify/spotify-web-api-ts-sdk    Came across a few issues on the repository, i went ...
  • 177 Views
  • 0 replies
  • 1 likes
  • api
    API Support
    typescript
  • 177 Views
  • 0 replies
  • 1 likes

Bearer token request results in 403 Error: "This request requires user authentication."

My Question or IssueI am trying to edit a playlist using the Spotify API and Python. To do this, I first make a request for a new bearer token: credentials = f"{client_id}:{client_secret}" encoded_credentials = b64encode(credentials.encode("ascii"))....

  • Casual Listener
  • ...ncoded_credentials}" } params = { "grant_type": "client_credentials", "scope": "playlist-modify-public user-library-read playlist-modify-private" } token_request = requests.post( url="https://accounts.spotify...
  • hannah194
  • Regular
  • 1926 Views
  • 9 replies
  • 0 likes
  • API Support
  • 1926 Views
  • 9 replies
  • 0 likes

Solved!! can't get Followed Artists - Client credentials authentication not allowed

I am trying to get Followed Artists:https://developer.spotify.com/documentation/web-api/reference/get-followedI am requesting Access Token: CLIENT_ID= &&\ CLIENT_SECRET= &&\ SCOPES=user-follow-read curl -X POST "https://accounts.spotify.com/api/token...

  • Casual Listener
  •   I am trying to get Followed Artists: https://developer.spotify.com/documentation/web-api/reference/get-followed I am requesting Access Token:     CLIENT_ID=<client_id> ...
  • Ximzend
  • Roadie
  • 306 Views
  • 3 replies
  • 0 likes
  • API Support
    Followed Artists
  • 306 Views
  • 3 replies
  • 0 likes

i can't login to my account in spotify for developer

PlanFreeCountryMoroccoOperating SystemWindows 10 My Question or Issuei cant login to my account, it keeps redirect me to same pagepoc: https://imgur.com/a/yF9kKaY

  • Newbie
  • Plan Free Country Morocco Operating System Windows 10   My Question or Issue i cant login to my account, it keeps redirect me to same page poc: https://imgur.com/a/yF9kKaY 
  • 178 Views
  • 0 replies
  • 1 likes
  • API Support
    bug
    Login
  • 178 Views
  • 0 replies
  • 1 likes

Implementing Spotify into an app without having Spotify downloaded

Hi - what is the best way to go about implementing Spotify, either through an API or Spotify iOS SDK, into an app where the user does not need to have Spotify downloaded on their end? I'm looking to implement Spotify into an app for better user engag...

  • Newbie
  • Hi - what is the best way to go about implementing Spotify, either through an API or Spotify iOS SDK, into an app where the user does not need to have Spotify downloaded on their end? I'm looking to ...
  • 282 Views
  • 0 replies
  • 0 likes
  • API Support
  • 282 Views
  • 0 replies
  • 0 likes

Getting a list of podcast episodes without authentication

I'm trying to fetch a simple list of the latest podcast episodes using JavaScript to ping the Spotify API. All I need is the list of episodes and the link to the relevant episode on Spotify, so that I can link each card to spotify.com on a public web...

  • Newbie
  • ...hat I can link each card to spotify.com on a public website.   I can only find code references and examples which require session-based authentication, in which the person viewing the list needs t...
  • thequickbrownfox
  • Newbie
  • 575 Views
  • 1 replies
  • 2 likes
  • API Support
  • 575 Views
  • 1 replies
  • 2 likes

I'd like to create a quiz game with the Spotify API

My Question or IssueI've created a quiz game using Spotify web API, the problem is that I only users with access can login using oauth. If I want anyone to use it I have to request an quota extension but it gets rejected because building a quiz game ...

unnamed (1).png unnamed (2).png
  • Newbie
  • My Question or Issue I've created a quiz game using Spotify web API, the problem is that I only users with access can login using oauth.   If I want anyone to use it I have to request an ...
  • 416 Views
  • 0 replies
  • 0 likes
  • API Support
    Developer API
  • 416 Views
  • 0 replies
  • 0 likes

Error 500

PlanPremiumCountryBRDeviceAPI My Question or IssueAPI is working for most of the requests, but in some of them it`s presenting the 500 error. This is the link of the request: https://developer.spotify.com/console/get-category-playlists/?category_id=0...

  • Visitor
  • Plan Premium Country BR Device API   My Question or Issue API is working for most of the requests, but in some of them it`s presenting the 500 error.   This is the link of the req...
  • 227 Views
  • 0 replies
  • 0 likes
  • API Support
    Error 500
  • 227 Views
  • 0 replies
  • 0 likes

Authorization Code Flow Automation

PlanPremiumCountryUKDeviceLenovo LaptopOperating SystemWindows My Question or IssueI am working on a program that can play/pause/skip songs etc.I first tried using the Client Credentials Flow, but got this error: { "error": { "status": 403, "message"...

  • Newbie
  • Plan Premium Country UK Device Lenovo Laptop Operating System Windows   My Question or Issue I am working on a program that can play/pause/skip songs etc. I first tried using the Clie...
  • fabieu
  • Newbie
  • 492 Views
  • 1 replies
  • 1 likes
  • api oauth
    API request
    API Support
    api token
  • 492 Views
  • 1 replies
  • 1 likes

Auth API Invalid Client: Invalid Redirect URI

I access Spotify API on my local machine without any problem. I supply to spotify auth request my local address as redirect_uri parameter(http://localhost:8080) and I also added this URI in the Spotify Developer Console to the whitelist. But when I d...

  • Visitor
  • I access Spotify API on my local machine without any problem. I supply to spotify auth request my local address as redirect_uri parameter(http://localhost:8080) and I also added this URI in the Spoti...
  • user-removed
  • Not applicable
  • 1619 Views
  • 1 replies
  • 0 likes
  • API Support
    authorization
  • 1619 Views
  • 1 replies
  • 0 likes

Quote Extension with no update??

We are launching an application and need to get the quote extension for Spotify API usage. Are you able to expedite the process somehow??PlanPremiumCountryUnited StatesDeviceDesktop EnvOperating SystemAll My Question or IssueWe are launching an appli...

  • Casual Listener
  • We are launching an application and need to get the quote extension for Spotify API usage.   Are you able to expedite the process somehow?? Plan Premium Country United States Device Desk...
  • 347 Views
  • 0 replies
  • 0 likes
  • API Support
  • 347 Views
  • 0 replies
  • 0 likes