How can i to convert this: new Buffer(client_id + ':' + client_secret).toString('base64')
to Angular?
I need de access token but doesn't work.
Docs: https://developer.spotify.com/web-api/authorization-guide/
How can i to convert this: new Buffer(client_id + ':' + client_secret).toString('base64')
to Angular?
I need de access token but doesn't work.
Docs: https://developer.spotify.com/web-api/authorization-guide/