Announcements

Help Wizard

Step 1

NEXT STEP

Topics with Label: typo

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

donAndres

Casual Listener

60998 Views

173 replies

18 likes

Discussion
  • 60998 Views
  • 173 replies
  • 18 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

415 Views

1 replies

1 likes

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

851 Views

3 replies

1 likes

typo
  • 851 Views
  • 3 replies
  • 1 likes