Development
Retrieving Spotify Search Results via API
I'm building a pretty simple music search function in a new project right now, powered by Spotify’s web API. In a lot of the StackOverflow threads and tutorials I found, they give examples of using Spotify’s API, but with front-end user authentication. For my project, I don’t really need (or want to) require users to sign into Spotify to access some of the basic functions like search. The problem, however, to use the Search API requires you to authenticate to retrieve an access token, which the