PSSpotify icon indicating copy to clipboard operation
PSSpotify copied to clipboard

Module to allow control of spotify by means of Spotify Web API

Results 3 PSSpotify issues
Sort by recently updated
recently updated
newest added

When trying to connect to spotify I get the following Error: ``` Invoke-RestMethod : {"error":"invalid_grant","error_description":"Invalid refresh token"} At C:\Program Files\WindowsPowerShell\Modules\PSSpotify\0.0.0.9\Modules\OAuth.psm1:83 char:30 + $Authorization = Invoke-RestMethod -Uri $TokenEndpoint ` + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~...

Need to be able to pipe...it's a lot easier

Hi there, love your code and gave it my best shot combing it through it to see the error. It looks like it may not be passing any properties correctly...