I am looking at making a connection to Spotify
I enter Client ID and Client Secret
Do I need a Spotify redirect URI in my spotify account, as I get an error INVALID_CLIENT: Invalid redirect URI
You will need to setup the callback URL in the settings for your app on the Developer Dashboard.
Simply log in, find your app and click “Edit Settings” in the top right section. Under redirect URIs you ad http://localhost:8888/callback and remember to click save in the bottom. This should resolve your issue.
When I try to make the connection within Make, this is the error I see
I also notice in the URL bar it has an integromat… url
Should I also have some integromat… url within my Spotify account?
This is not entirely true. You need a Redirect URL, ONLY if you want to use your own Spotify application (using your own Client ID and Client Secret) instead of Make’s.