Help Wizard

Step 1

NEXT STEP

Topics with Label: typo

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
  • pkrds
  • Regular
  • 15682 Views
  • 110 replies
  • 18 likes
  • 15682 Views
  • 110 replies
  • 18 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
  • Newbie
  • 507 Views
  • 3 replies
  • 1 likes
  • typo
  • 507 Views
  • 3 replies
  • 1 likes