Integrating the Spotify API without user verification

Database & APIs

Hello everyone,

I'm currently working on an app that aims to showcase a variety of top/common genres using the Spotify API. Since the app's primary function is to display these genres (in a mosaic-like design), user verification isn't necessary. The content will consist solely of the top/recommended genres provided by Spotify, eliminating the need for user verification.

What have you tried so far?

So far, I've made progress by adding the Spotify API as a group and integrating all the necessary calls/endpoints. However, it appears that the functionality isn't fully operational without obtaining the authentication/access token. I attempted to resolve this by downloading the .YML file from Spotify's GitHub repository and loading it, but unfortunately, I'm still encountering issues.

Any suggestions or guidance on how to proceed would be greatly appreciated.

Thank you for your help!

Did you check FlutterFlow's Documentation for this topic?
Yes