Top "Spotify" questions

Spotify is a streaming music service for multiple platforms.

Why are JSON requests to my external API being cancelled in my Spotify App?

I'm building a Spotify App that pulls JSON data from a REST API, using URLs like http://www.mydomain.com/…

json api spotify
Spotify Apps API: any more documentation?

I've been playing around with the new Spotify Apps API since yesterday but even though the documentation they have online …

javascript api spotify
Spotify API Illegal redirect_uri

I'm trying to progress through the Spotify developer API tutorial but when I try to access the user login page …

api authentication oauth spotify clientid
Can't get any cookies with C# HttpClient

I'm trying to get cookies on the Spotify login page with C# and the HttpClient class. However, the CookieContainer is …

c# cookies spotify dotnet-httpclient cookiecontainer
Add song to Spotify Queue through Spotify API

With the new endpoint /player of the Spotify Web API we can now control the playback of a Spotify Client. …

api spotify
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
Setting Spotify credentials using Spotipy

I am trying out spotipy with python 2.7.10 preinstalled on my mac 10.10, specifically [add_a_saved_track.py][1] Here is the …

python-2.7 oauth-2.0 spotify spotipy
Spotify docker-maven-plugin unauthorized: authentication required public repo

I am having trouble pushing my docker image to the hub using the following command: mvn clean package docker:build …

maven docker maven-plugin spotify docker-registry