https://github.com/spotify/web-api-examples
Basic examples to authenticate and fetch data using the Spotify Web API
https://github.com/spotify/web-api-examples
Last synced: 4 months ago
JSON representation
Basic examples to authenticate and fetch data using the Spotify Web API
- Host: GitHub
- URL: https://github.com/spotify/web-api-examples
- Owner: spotify
- License: apache-2.0
- Created: 2014-05-14T08:27:03.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2024-07-20T23:02:58.000Z (almost 2 years ago)
- Last Synced: 2026-01-13T21:22:31.727Z (5 months ago)
- Language: HTML
- Size: 64.5 KB
- Stars: 2,071
- Watchers: 66
- Forks: 1,690
- Open Issues: 75
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spotify Web API Examples
## Contents
- Authorization examples
- [Authorization Code]( /authorization/authorization_code/)
- [Authorization Code with PKCE extension]( /authorization/authorization_code_pkce/)
- [Client Credentials](/authorization/client_credentials)
- [Implicit Grant](/authorization/implicit_grant/)
- [Get User Profile example](/get_user_profile/)