spotify Questions

4

I'm trying to get info about the current playing song in Spotify iOS app. The scenario is as follows: Open Spotify iOS app, start playing a song. Put the app in background and open my iOS app. Is t...
Apanage asked 11/12, 2013 at 6:36

1

I have an AHK script (below) which sends various commands to the Spotify desktop app globally while in the background to perform various actions, however I play an MMO which has an always running a...
Dependent asked 14/7, 2020 at 11:53

1

I am testing the following example to authenticate a user by logging in and redirecting to the auth screen - http://jsfiddle.net/JMPerez/j1sqq4g0/ This example uses a callback page with the follow...
Electrometallurgy asked 2/6, 2018 at 7:27

10

I try to auth user through my app with spotify Web API but I receive this error: INVALID_CLIENT: Invalid redirect URI URL: GET https://accounts.spotify.com/authorize/?client_id=6ae90bf75bf748c...
Retro asked 5/10, 2015 at 19:32

3

Solved

Spotify Codes are little barcodes that allow you to share songs, artists, users, playlists, etc. They encode information in the different heights of the "bars". There are 8 discrete heights that ...
Declinatory asked 31/5, 2020 at 19:17

2

I'm trying to progress through the Spotify developer API tutorial but when I try to access the user login page I get this error. I've triple checked that the URI in the code matches the one on MyAp...
Delaine asked 22/3, 2018 at 0:36

2

Solved

I have a list of songs - is there a way (using the Spotify / Echo Nest API) to look up the Spotify ID for each track in bulk? If it helps, I am planning on running these IDs through the "Get Audio...
Seppala asked 29/7, 2016 at 17:16

1

Solved

I'm doign an app with the Spotify API. My problem is I'm trying to get an access_token but It's not working. In the docs it says i need to send the body encoded as application/x-www-form-urlencoded...

1

Solved

I'm currently building a Spring Boot App with Spring Security + OAUth2 protocol. Here is the Authorization Guide from Spotify I'm following I'm having trouble understanding how to do steps 2 - ...

1

Apple has a search API that allows you to query the iTunes Store for music: https://affiliate.itunes.apple.com/resources/documentation/itunes-store-web-service-search-api/ Here is an example search...
Neurophysiology asked 28/4, 2016 at 21:37

4

Im using Spotify Web API to get list of playlist and track of user. Authorization is working fine. Also i do get track details. But after that I want to logout user from spotify and allow new login...
Freelance asked 25/6, 2014 at 12:16

1

While I am in a process of integrating Spotify API into Google Assistant app, implementing Account Linking, getaddrinfo EAI_AGAIN api.spotify.com:443 This above error has been kept coming out...
Deberadeberry asked 2/11, 2018 at 2:48

3

With the new endpoint /player of the Spotify Web API we can now control the playback of a Spotify Client. With the endpoint https://api.spotify.com/v1/me/player/play we can add a song to be played....
Hesitancy asked 12/5, 2017 at 11:49

2

Solved

I've been unable to solve a problem while requesting an access_token on Spotify API with Meteor HTTP. Indeed, when I make a POST call to the Spotify https://accounts.spotify.com/api/token. I get th...
Respectability asked 26/1, 2015 at 21:43

2

Solved

I am writing a voice assistant and would like to be able to launch search results in Spotify. To understand how to connect to Spotify and other apps, I am playing with the Google's Media Controller...

1

I would like to create a MEDIA_PLAY_FROM_SEARCH (or other) intent that will search for and play a song in any major Android music app. I expected the following command line to work on multiple apps...
Isagogics asked 12/2, 2020 at 21:34

2

I'm trying to play a known playlist in the Spotify app. The best I've got is to load the playlist, but not play it. Two things I've tried. Firstly to play from search: Intent intent = new Intent(...
Grandiose asked 15/3, 2015 at 10:11

2

Background I'm testing Implicit Flow auth in my React app and trying to implement so-called Silent Refresh capabilities, where I periodically ask for a new access token while the user is logged in...
Bragg asked 31/12, 2019 at 18:15

2

If someone drags and drops a spotify track from the spotify desktop app to Excel, than Excel shows the artist and title of a song. I have a winforms application in which I want to do the same. If ...
Sidra asked 8/1, 2019 at 8:46

2

Solved

I am trying to make a spotify auth flow in pure javascript, so a user can sign in, and i can then add a new playlist for their account. From the instructions I've read, I use an auth popup that onc...
Entomostracan asked 8/12, 2019 at 22:42

2

Please advice how can I increase token expiry time While fetching data using spotify web API "https://accounts.spotify.com/api/token"
Gyre asked 21/5, 2015 at 11:47

3

So I'm just playing around with Spotify's Web API and I'm trying to access my top played tracks. Although I've encountered a problem I've been trying to solve for a couple of hours now but I can't ...
Extradite asked 21/8, 2016 at 15:44

1

I'm trying to receive refresh_token for my Ionic app, I successfully receive access_token. I receive code (authorization_code or access_token) from endpoint https://accounts.spotify.com/authorize...
Euchromosome asked 23/8, 2019 at 0:7

1

Solved

When I make a GET request with axios on node it just hangs, the catch is not thrown and error caught. Am not sure how to debug this, no error is thrown. I am firing the spotify API, but surely if ...
Scheming asked 19/7, 2019 at 15:4

2

Solved

I registered my app on Spotify. I made sure I had the URI added to my registered app. But still every time I run this code I keep getting the same error. I am also running this in the background so...

© 2022 - 2024 — McMap. All rights reserved.