-
Issue found on February 19th 2015.
#### Endpoint(s):
* Documentation: `GET https://api.spotify.com/v1/search`
#### Scope(s):
* None (application is not using authentication)
#### Steps …
-
Exporting environment variables whenever we want to use this service, is annoying. Also look for convenient Spotify authentication methods.
-
Similarly to issue #7, I should move on to a library to handle Spotify authentication & Web API calls.
-
Can't get Spotty to work on LMS, using a family premium account. Worked before of course, although I am having issues for a longer time now. At some point it worked with one player but not the other. …
chacq updated
7 months ago
-
I want to implement Authentication with Spotify account without installing the main application and also user can read private playlist and play a song.
-
Creating a first issue here.
When setting up `spotify_web_api` with Spotify and selecting "All devices" I get stuck in an authentication loop.
"All decices" `credentials.json`:
```
{
"ref…
-
I am trying to authenticate, to get my followed artists.
My authentication code. I also tried with `SpotifyOAuth`:
```
sp = spotipy.Spotify(
auth_manager=SpotifyPKCE(scope=SPOTIFY_SCOPE, …
-
Satisfactory 👍
There was a small issue when running your project initially; Make sure the redirect URI you've declared in your code is the same as the one you've configured in your Spotify develop…
ghost updated
6 years ago
-
After entering the client id and client secret, the authentication url is opened in my browser and the redirected to `localhost:8888/callback?code=something_here`, however there it is unable to establ…
-
On devices with the spotify mobile app installed the authentication is done through the app and then the user is redirected to whatever is their default browser no mater what browser initiated the aut…