Announcements

Help Wizard

Step 1

NEXT STEP

Topics with Label: OAuth

Labels

Forum Posts

Updating the Criteria for Web API Extended Access

Hey, I created this thread to get your feedback on our blog post around changes to the Web API extended access criteria, which will take place on May 15th. Please share any of your thoughts on this change in the comments below. All of your feedback w...

Spotify

ChesterBlack

Newbie

50741 Views

158 replies

18 likes

Discussion
  • 50741 Views
  • 158 replies
  • 18 likes

How to Retrieve Artist ID for Authorized Spotify OAuth Users

Hello Spotify Developer Community,I hope this message finds you well. I have been working on implementing the Spotify OAuth web API and have successfully authorized users on my platform. However, I'm currently facing a challenge when it comes to retr...

Casual Listener

Hello Spotify Developer Community, I hope this message finds you well. I have been working on implementing the Spotify OAuth web API and have successfully authorized users on my platform. However, I...

ssdev

Casual Listener

896 Views

1 replies

0 likes

"Artist verification"
OAuth
  • 896 Views
  • 1 replies
  • 0 likes

Oauth sign in to web api without web browser / graphical interface

I'm working on the alarm clock with Spotify playlists and albums. I wrote a client (https://github.com/ciembor/spotify-cmd) based on a Spotify Web API and it works well, but when I Connect using oauth it opens browser and then uses my callback. The p...

Regular

I'm working on the alarm clock with Spotify playlists and albums. I wrote a client (https://github.com/ciembor/spotify-cmd) based on a Spotify Web API and it works well, but when I Connect using oauth...

IgorM1

Newbie

2136 Views

2 replies

0 likes

api
authentication
Authentication Token
Console
Linux
OAuth
oAuth2
Spotify Web API
Terminal
Web API
  • 2136 Views
  • 2 replies
  • 0 likes

Spotify OAuth invalid authorization code

I am receiving a 400 code response from Spotify when attempting to exchange an auth code for an access token. The authorization code is correct and works with my application. My frontend sends the auth code to the backend which has a view method that...

Casual Listener

I am receiving a 400 code response from Spotify when attempting to exchange an auth code for an access token. The authorization code is correct and works with my application. My frontend sends the au...

832 Views

0 replies

0 likes

OAuth
  • 832 Views
  • 0 replies
  • 0 likes

Webplay SDK for multiple users with oauth access

Building one personal hobby project with Spotify API.There will be in app option for users to link their spotify account and view their profile's specific playlist, liked songs,etcNow if i want play song with web playback sdk, i have following doubts...

Casual Listener

...lay song with web playback sdk, i have following doubts: 1. Can individual user play their specific music on my app after giving oauth access to their spotify profile. 2. I know I will be needing p...

312 Views

0 replies

0 likes

"Premium"
OAuth
web playback sdk
Web Player
  • 312 Views
  • 0 replies
  • 0 likes

Invalidate OAuth refresh token

I have done the oauth flow with an app and get a refresh token. I implement some api calls using this refresh token to get a propper token and everything is working fine. I want to invalidate my token so no more requests will work using this oauth to...

Newbie

I have done the oauth flow with an app and get a refresh token. I implement some api calls using this refresh token to get a propper token and everything is working fine.   I want to i...

291 Views

0 replies

0 likes

OAuth
  • 291 Views
  • 0 replies
  • 0 likes

-

...

Newbie

...

437 Views

0 replies

0 likes

Android
Deep Link
Linking
OAuth
Question
  • 437 Views
  • 0 replies
  • 0 likes

How to make is possible for anyone to fetch my spotify data without auth flows

My goal is to display the song I'm currently listening to using the player endpoint on the api. The issue is that I would need to use one of the authorization flows to get this data, which shouldn't be necessary for anyone visiting the website (becau...

Newbie

My goal is to display the song I'm currently listening to using the player endpoint on the api. The issue is that I would need to use one of the authorization flows to get this data, which shouldn't ...

Peter_Schorn

Roadie

552 Views

2 replies

0 likes

OAuth
Spotify player
  • 552 Views
  • 2 replies
  • 0 likes

Solved!! Central OAuth2.0 Authorization on the Backend-Side using PHP and curl

I am creating an application which aims at automatically creating Spotify Playlists in a central Spotify account (not the account of the end users). On the backend side I am using PHP to authorize this central user, and it is working as long as I am ...

Newbie

...tackoverflow Post: https://stackoverflow.com/questions/65866625/spotify-oauth2-with-php-curl-how-to-get-authorization-code If necessary, I will provide more information.

Ximzend

Spotify Star

2203 Views

1 replies

0 likes

authorization
curl
OAuth
php
  • 2203 Views
  • 1 replies
  • 0 likes

Superuser Contribution Help with Request failed with status code 403 on read-recently-played

PlanPremiumCountryBrazil DeviceSmartphone and Desktop Operating System(iOS 10, Android Oreo, Windows 10) My Question or Issue I created an application to gather the recently played songs between my colleagues in University but Im having trouble with ...

Casual Listener

Plan Premium Country Brazil   Device Smartphone and Desktop   Operating System (iOS 10, Android Oreo, Windows 10)   My Question or Issue   I created an applicati...

spotifyjosh

Spotify

560 Views

1 replies

0 likes

OAuth
webapi
  • 560 Views
  • 1 replies
  • 0 likes

Solved!! Unable to refresh token with PKCE flow

I'm using the PKCE flow in my SPA.The initial authorization call works fine, with the following body parameters :code: AQC...redirect_uri: http://localhost:3000/myappgrant_type: authorization_codecode_verifier: DHo4...client_id: f50...Spotify returns...

Casual Listener

I'm using the PKCE flow in my SPA. The initial authorization call works fine, with the following body parameters : code: AQC... redirect_uri: http://localhost:3000/myapp grant_type: authoriza...

Neumann_

Casual Listener

985 Views

1 replies

0 likes

OAuth
oAuth2
PKCE
  • 985 Views
  • 1 replies
  • 0 likes

Solved!! Scopes not listed are listed to user in authentication login

In my application code, the only scope listed for oAuth is 'user-top-read', yet when users log in through my page it also lists that it may take their name, email, username, etc.

Newbie

In my application code, the only scope listed for oAuth is 'user-top-read', yet when users log in through my page it also lists that it may take their name, email, username, etc.      

murraypaul

Gig Goer

852 Views

1 replies

0 likes

Developer
development
OAuth
scopes
  • 852 Views
  • 1 replies
  • 0 likes

Spotipy Web Application, how to retrieve OAuth code?

Hello all,I am branching out into trying to setup a Web Application for the first time, and I'm trying to make something with Spotify since I use it very often. I have a URL setup with my registered app on Heroku and I've got some barebones Python wr...

Casual Listener

...egistered app on Heroku and I've got some barebones Python written using the Spotipy library.   I have created several Twitter apps using OAuth before, so I have a rough idea of how it works c...

PMental

Regular

1580 Views

1 replies

0 likes

OAuth
Python
Spotipy
web
webapp
  • 1580 Views
  • 1 replies
  • 0 likes

Playlist info with just one oauth token

Hi everyone, hope everyone have great day.I am about to start a new task for my app which requires getting basic tracks/album/artist info by id but in the same time importing spotify playlist and getting a list of isrc of songs from playlist. I imagi...

Visitor

...ogin of user and hence getting data from any playlist(public). I unterstood api and all but I am wondering if I could use my oauth token and use for everyone and not by getting a new one for every p...

707 Views

0 replies

0 likes

api
ISRC
OAuth
spotify id
  • 707 Views
  • 0 replies
  • 0 likes

logging a single user via Spotify app with required scope at backend

Hello! I have a Spotify app and want to get user's(same account from which the app is created) access token at back end and use that token for web api access. Is it possible? Or can I fix access token(of the user) at back end, once generated and refr...

Visitor

Hello!           I have a Spotify app and want to get user's(same account from which the app is created) access token at back end and use that token for web api access. Is i...

Hubo

Community Legend

1185 Views

1 replies

0 likes

OAuth
sign-in
  • 1185 Views
  • 1 replies
  • 0 likes