Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support multiple callback URLs #6

Open
fotiDim opened this issue Jan 29, 2020 · 1 comment
Open

Support multiple callback URLs #6

fotiDim opened this issue Jan 29, 2020 · 1 comment

Comments

@fotiDim
Copy link

fotiDim commented Jan 29, 2020

Spotify's developer console allows you to add multiple callback URLs. Currently I am using the Spotify iOS SDK to which I provide my callback URL. Is there any way for this service to know which callback URL was provided in the first place and use that when doing the token swap?

Only workaround for now it to fire up multiple instances of this service using a different redirect URL for each one.

@TheFern2
Copy link

TheFern2 commented Oct 14, 2024

Spotify's developer console allows you to add multiple callback URLs. Currently I am using the Spotify iOS SDK to which I provide my callback URL. Is there any way for this service to know which callback URL was provided in the first place and use that when doing the token swap?

Only workaround for now it to fire up multiple instances of this service using a different redirect URL for each one.

I think I am stuck in this part, I am authenticating with iOS sdk and my callback in iOS format, I tried using that callback but getting invalid redirect URI I tried adding a second one in the dev console but still no luck.

Edit: Nvm I had added one more keyword to the callback, and I forgot to update script. I finally got a 200 http response. 🥳

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants