Questions tagged [spotify-app]

The Spotify App API is no longer supported by Spotify. It allowed developers to work with Spotify using modern web technologies. For Spotify API questions that are not about the App API, use the [spotify] tag.

The Spotify platform allowed 3rd party developers to create applications using the Spotify Apps API as web applications integrated into the desktop product using Chrome Embedded Framework. It is no longer accepting new changes - announcement.

What Questions should I ask?

Questions using this tag should be about how to use one of these platforms. You may find that, in some cases, a question that arises while developing for these platforms is not Spotify specific; e.g. a common JavaScript question while creating a Spotify App. In many cases, you should tag your question with the tag instead. However, the Spotify platform does have its own idiosyncrasies, so may be appropriate. It is also advisable to include the tag as well, to ensure wider visibility.

Platforms

Spotify Apps API

The newest addition to the platform is the Spotify Apps API, which allows developers to create applications which are tightly integrated to the Spotify application. Such applications are created using a mix of HTML5, JavaScript and CSS. Because of this, as well as the official documentation's usefulness, developers should also find any documentation on HTML5, JavaScript, and CSS (such as the Mozilla Developer Center) useful.

The JavaScript API accessible within the Spotify App environment gives access to classes representing Albums, Tracks and Artists; amongst others.

Useful Resources

200 questions
-1
votes
2 answers

How to get URI of the Artist from Spotify without having to manually copy the URI of Artist from Spotify

I'm working on this Music player project which I built with Pygame, there are many tutorials on how to make a music player - the UI, the widgets, the functionality but every tutorial uses the choose from folder feature, but I am planning to make…
gracyashhh
  • 89
  • 1
  • 11
-1
votes
1 answer

Getting an odd refresh token when authenticating via Spotify App Remote's SPTSession on iOS

When I authenticate with Spotify's iOS App Remote SDK (using SPTSession), the refresh token string I get back from the following didInitiate delegate method is very odd: sessionManager(manager: SPTSessionManager, didInitiate session: SPTSession) It…
Evan Kaminsky
  • 695
  • 10
  • 23
-2
votes
1 answer

Which api endpoint to use

So there are two endpoints: https://developer.spotify.com/documentation/web-api/reference/get-a-list-of-current-users-playlists and https://developer.spotify.com/documentation/web-api/reference/get-list-users-playlists one is based on the user id…
Benjamn
  • 11
  • 2
-2
votes
1 answer

How can I get number of followers with Spotify API?

I'm trying to get an artist's number of followers. If I use the metadata api call http://ws.spotify.com/lookup/1/?uri=spotify:artist:4YrKBkKSVeqDamzBPWVnSJ I just get the name of the artist.
Yohann
  • 265
  • 1
  • 8
  • 17
-3
votes
1 answer

Spotify Apps still available?

Does Spotify sill supports in-app Apps? I saw a couple of them the other but cannot find any examples/docs today? Did Spotify really stopped apps that run inside the Spotify App?
fabian
  • 5,433
  • 10
  • 61
  • 92
1 2 3
13
14