Spotify API - Angular 4

时间:2017-05-26 01:10:15

标签: api angular spotify

我怎样才能转换它:new Buffer(client_id +':'+ client_secret).toString('base64')

到Angular?

我需要de access token但不起作用。

文档:https://developer.spotify.com/web-api/authorization-guide/

1 个答案:

答案 0 :(得分:0)

您可以通过传递btoa()方法进行转换。例如:

btoa(client_id + ':' + client_secret)