Powershell – Spotify API

To get the a Spotify Token you must create create an App to authorize and get an access token. You can do this on: https://developer.spotify.com/dashboard/applications As redirect URI you can enter: http://localhost This example Powershell Function will return the access token. Also this script checks if there was already an Read more…