Announcements

Help Wizard

Step 1

NEXT STEP

Topics with Label: API access token

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
  • 13776 Views
  • 101 replies
  • 17 likes
  • 13776 Views
  • 101 replies
  • 17 likes

Access tokens in Chrome

PlanPremiumCountryUKOperating SystemWindows 10 My IssueI have a web app which uses Spotipy to hit the `current_user_top_tracks` endpoint. In Edge, the app successfully uses an access token to make the calls. In Chrome, the app finds the access token ...

  • Regular
  • Plan Premium Country UK Operating System Windows 10   My Issue I have a web app which uses Spotipy to hit the `current_user_top_tracks` endpoint. In Edge, the app successfully ...
  • brateepodder
  • Visitor
  • 204 Views
  • 2 replies
  • 0 likes
  • 403 Insufficient client scope
    API access token
    chrome
  • 204 Views
  • 2 replies
  • 0 likes

Solved!! Can get acces tokken

Hey, im started yo work with spotify API, but there is some problem i couldnt find solution. After running script below before giving app access, i get redirected to page whigh promted me for permission and spotipy is asking for URL i`ve been redirec...

  • Casual Listener
  • Hey, im started yo work with spotify API, but there is some problem i couldnt find solution. After running script below before giving app access, i get redirected to page whigh promted me for permiss...
  • ChopprTony
  • Casual Listener
  • 113 Views
  • 1 replies
  • 0 likes
  • API access token
    Python
  • 113 Views
  • 1 replies
  • 0 likes

Call to https://accounts.spotify.com/api/token no longer working

PlanPremiumCountryUnited States My Question or IssueUsing the following code: using var client = new HttpClient(); client.DefaultRequestHeaders.Authorization = new AuthenticationHeaderValue("Basic", Convert.ToBase64String(System.Text.Encoding.ASCII.G...

  • Casual Listener
  • Plan Premium Country United States   My Question or Issue Using the following code:       using var client = new HttpClient(); client.DefaultRequestHeaders.Authorization...
  • Ximzend
  • Roadie
  • 243 Views
  • 1 replies
  • 0 likes
  • API access token
    auth
    Sporadic
  • 243 Views
  • 1 replies
  • 0 likes

Can't get access token for my app

PlanPremiumOperating System(Windows 10,etc.) My Question or IssueI'm trying to obtain an access token for my app. This is the type of cURL request I use to do it: curl -X POST "https://accounts.spotify.com/api/token" \ -H "Content-Type: application/x...

  • Casual Listener
  • Plan Premium Operating System (Windows 10,etc.)   My Question or Issue I'm trying to obtain an access token for my app. This is the type of cURL request I use to do it: curl -X POST "htt...
  • Ximzend
  • Roadie
  • 797 Views
  • 3 replies
  • 0 likes
  • API access token
    curl
  • 797 Views
  • 3 replies
  • 0 likes

Spotify API Access Token Refreshes Every Second

When running the server for my application in JS, my access_token keeps changes every second. The parameters received from the API call for retrieving my access token are: --access_token, --token_type, & --expires_in: 3600. This leaves me to assume t...

  • Visitor
  • When running the server for my application in JS, my access_token keeps changes every second. The parameters received from the API call for retrieving my access token are: --access_token, --token_typ...
  • 221 Views
  • 0 replies
  • 0 likes
  • API access token
  • 221 Views
  • 0 replies
  • 0 likes