Help Wizard

Step 1

NEXT STEP

Topics with Label: OAuth

Labels

Forum Posts

Important: App review and quota extension waiting times

The Spotify for developers platform helps many bring their ideas to life. Whether it's a short term app helping an artist’s release or something more long term - there is always a chance of success. Things start to grow and then you might also need w...

  • Moderator
  • Moderator
  • rushilshah282
  • Visitor
  • 13780 Views
  • 101 replies
  • 17 likes
  • 13780 Views
  • 101 replies
  • 17 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...
  • 53 Views
  • 0 replies
  • 0 likes
  • "Premium"
    OAuth
    web playback sdk
    Web Player
  • 53 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...
  • 52 Views
  • 0 replies
  • 0 likes
  • OAuth
  • 52 Views
  • 0 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...
  • Ximzend
  • Roadie
  • 272 Views
  • 1 replies
  • 0 likes
  • api
    authentication
    Authentication Token
    Console
    Linux
    OAuth
    oAuth2
    Spotify Web API
    Terminal
    Web API
  • 272 Views
  • 1 replies
  • 0 likes

-

...

  • Newbie
  • ...
  • 222 Views
  • 0 replies
  • 0 likes
  • Android
    Deep Link
    Linking
    OAuth
    Question
  • 222 Views
  • 0 replies
  • 0 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...
  • 207 Views
  • 0 replies
  • 0 likes
  • "Artist verification"
    OAuth
  • 207 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...

  • Visitor
  • 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
  • 217 Views
  • 2 replies
  • 0 likes
  • OAuth
    Spotify player
  • 217 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
  • Roadie
  • 873 Views
  • 1 replies
  • 0 likes
  • authorization
    curl
    OAuth
    php
  • 873 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
  • 294 Views
  • 1 replies
  • 0 likes
  • OAuth
    webapi
  • 294 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
  • 599 Views
  • 1 replies
  • 0 likes
  • OAuth
    oAuth2
    PKCE
  • 599 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
  • 554 Views
  • 1 replies
  • 0 likes
  • Developer
    development
    OAuth
    scopes
  • 554 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
  • 1088 Views
  • 1 replies
  • 0 likes
  • OAuth
    Python
    Spotipy
    web
    webapp
  • 1088 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...
  • 494 Views
  • 0 replies
  • 0 likes
  • api
    ISRC
    OAuth
    spotify id
  • 494 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
  • 960 Views
  • 1 replies
  • 0 likes
  • OAuth
    sign-in
  • 960 Views
  • 1 replies
  • 0 likes