0
votes

I was trying to build a web app that uses spotify api to get the song/artist name by a track id(spotify), my intention was so everyone could use the web app, not only spotify users.

But I guess it's not possible to use the API without logging in the user ?

Can somebody confirm or maybe point me to a solution ?

1

1 Answers

1
votes

According to the documentation you can register your application and use your secret to retrieve any non user-specific information.

See this page.