Closed Yasar195 closed 1 year ago
I would suggest replacing line 19 of the app.js file with the following code
'Authorization' : 'Basic ' + (new Buffer.from(client_id + ':' + client_secret, 'toBase64'))
Perhaps that might work?
Thanks mate that's worked for me
Buffer deprecated
i've noticed there is a depreciated warning from the use Buffer class from Authorization example