1 Answer
- Newest
- Most votes
- Most comments
0
Hello,
As you said in your message, Spotify requires that you use OAuth 2.0 for authorization against their API. Docs here https://developer.spotify.com/documentation/general/guides/authorization/ Based on the docs and your message above, it looks like the Authorization Code-Flow would be your best choice. https://developer.spotify.com/documentation/general/guides/authorization/code-flow/
They do point you to a github repo with a full functioning example, but unfortunately it looks like the link in the docs is broken. Ive found the repo here https://github.com/spotify/web-api-examples/tree/master/authentication/authorization_code
Hope this helps Craig
answered 2 years ago
Relevant content
- Accepted Answerasked 4 years ago
- asked 5 months ago
- AWS OFFICIALUpdated 6 months ago
- AWS OFFICIALUpdated a month ago
- AWS OFFICIALUpdated 6 months ago
- AWS OFFICIALUpdated 6 months ago