Hi - I’m a bit new to Bubble so bear with me!
I’m creating an app where I’d like to search and return spotify tracks, but when I set up the repeating group, nothing seems to happen (and I can see on my spotify developers page that no api calls seem to have been made). What am I doing wrong here?
I’ve added the client id and secret to the plugin page
I set up the repeating group with a “Search Tracks Item - SpotifyCONNECT” type of content and a data source “SpotifyCONNECT - Search’s tracks” with API Provider “SpotifyCONNECT - Search” and set up the params (I’ve mostly left them as default and tried the query both as a search tied to an input box or even just inputting a search term directly in the param box, but neither seems to work)
No results seem to come back, and as far as I can tell the api call isn’t even being made. Not sure what to try next!
My guess is that you will need to “log in with social network” rather than bubble’s own auth. And use the Spotify authorisation. That way your app is connected to spotify.
As @NigelG said, unfortunately, you will have to make your user login with his Spotify account before.
This happens because the plugin is intended to work for advanced functions too (as resume the user player, access his data…)