You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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. 🥳
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.
The text was updated successfully, but these errors were encountered: