Reputation: 158
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 ?
Upvotes: 0
Views: 672
Reputation: 78
According to the documentation you can register your application and use your secret to retrieve any non user-specific information.
Upvotes: 1