Spotify Connection

Hi All

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

And also see the error
No access token specified.

Thanks
Gar

Hey @MrStack

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.

2 Likes

ok thanks, I tried but no luck

Here is my redirect in Spotify

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?

Thanks
Gar

Hey @MrStack

You don’t need a redirect URL to connect Spotify to Make. You should try the following steps :Connect Spotify with Make

I tried the same steps and successfully connected.

1 Like

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.

Screenshot_2024-01-01_150116

2 Likes

yes this is what I have been trying, with the advanced setup and I get the error
any idea?

Thanks
Gar