Update README.md
This commit is contained in:
parent
28d3943eae
commit
d3f229bad3
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Spotify Accounts Authentication Examples
|
# Spotify Accounts Authentication Examples
|
||||||
|
|
||||||
This project contains basic demos showing the different oAuth2 flows for [authenticating against the Spotify Web API](https://developer.spotify.com/web-api/authorization-guide/).
|
This project contains basic demos showing the different OAuth 2.0 flows for [authenticating against the Spotify Web API](https://developer.spotify.com/web-api/authorization-guide/).
|
||||||
|
|
||||||
These examples cover:
|
These examples cover:
|
||||||
|
|
||||||
|
@ -33,4 +33,3 @@ Go to [My Applications on Spotify Developer](https://developer.spotify.com/my-ap
|
||||||
* http://localhost:8888/callback
|
* http://localhost:8888/callback
|
||||||
|
|
||||||
Once you have created your app, replace the `client_id`, `redirect_uri` and `client_secret` in the examples with the ones you get from My Applications.
|
Once you have created your app, replace the `client_id`, `redirect_uri` and `client_secret` in the examples with the ones you get from My Applications.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue