Announcements

Help Wizard

Step 1

NEXT STEP

FAQs

Please see below the most popular frequently asked questions.

Loading article...

Loading faqs...

VIEW ALL

Ongoing Issues

Please see below the current ongoing issues which are under investigation.

Loading issue...

Loading ongoing issues...

VIEW ALL

Topics with Label: typo

Labels

Forum Posts

Increasing security requirements for integration with Spotify Web API

Hey all, we’re making some changes to the Spotify Web API. To improve security, we are planning to remove support for two ways of integrating with Spotify that have been replaced with more secure alternatives. Please check the Spotify for Developers ...

  • Spotify
  • Spotify
  • Irishtalkers
  • Visitor
  • 5693 Views
  • 10 replies
  • 6 likes
  • Discussion
  • 5693 Views
  • 10 replies
  • 6 likes

Superuser Contribution Typo in api docs

There is a small typo in the developer docs in https://developer.spotify.com/documentation/web-api/tutorials/refreshing-tokens In the browser example code block line 19 is missing an equal sign after the const name. const body = await fetch(url, payl...

  • Newbie
  • There is a small typo in the developer docs in https://developer.spotify.com/documentation/web-api/tutorials/refreshing-tokens   In the browser example code block line 19 is missing an e...
  • LambertSpot
  • Spotify
  • 299 Views
  • 1 replies
  • 1 likes
  • typo
  • 299 Views
  • 1 replies
  • 1 likes

Superuser Contribution Found a typo in the docs

'Authorization': 'Basic ' + (new Buffer.fromn(client_id + ':' + client_secret).toString('base64'))Should be =>'Authorization': 'Basic ' + (new Buffer.from(client_id + ':' + client_secret).toString('base64'))fromn to from

  • Visitor
  • 'Authorization': 'Basic ' + (new Buffer.fromn(client_id + ':' + client_secret).toString('base64')) Should be => 'Authorization': 'Basic ' + (new Buffer.from(client_id + ':' + client_secret).toSt...
  • foxt
  • Regular
  • 656 Views
  • 3 replies
  • 1 likes
  • typo
  • 656 Views
  • 3 replies
  • 1 likes