Announcements

Help Wizard

Step 1

NEXT STEP

Topics with Label: typo

Labels

Forum Posts

February 2026 Spotify for Developers update: thread

Hey everyone, I’ve created this thread to provide an open space for discussion, feedback, concerns or ideas on an upcoming update to Spotify for Developers access. We’ve shared a blog post that explains what’s changing and why. Please use this thread...

Spotify

KyrooTales

Visitor

80243 Views

335 replies

27 likes

S4D
  • 80243 Views
  • 335 replies
  • 27 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

491 Views

1 replies

1 likes

typo
  • 491 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

951 Views

3 replies

1 likes

typo
  • 951 Views
  • 3 replies
  • 1 likes