Top "Spotify-app" questions

The Spotify App API is no longer supported by Spotify.

Get play count of a track from Spotify API

Is it possible to get the play count of a song (for the current user)? I only found Toplist and …

spotify spotify-app
How to Look Up Spotify IDs (Song / Track IDs) in Bulk?

I have a list of songs - is there a way (using the Spotify / Echo Nest API) to look up …

spotify libspotify spotify-app echonest
How to get Spotify api access token without asking user to login?

Coding in PHP, I try to initialize Spotify API, without using redirect uri, just using client_id and client_secret. …

php spotify access-token spotify-app
Custom Web Player for Spotify

As far as I know, it is not possible to develop a Web app (outside spotify.com) providing a custom …

spotify spotify-app
Is it possible to get the currently playing track in the 1.x apps api?

I am trying to update my Spotify remote control app that is currently using the legacy API to use the …

spotify spotify-app
Searching in an artist's tracks - Spotify API

Using the Spotify API, I am trying to search through tracks of an artist. The query I used is working, …

api search spotify spotify-app