Commit graph

64 commits

Author SHA1 Message Date
José Manuel Pérez
c38989b8bd Merge pull request #6 from dijonkitchen/patch-1
Add closing body tag
2016-04-02 10:25:24 +02:00
Jonathan Chen
b9c4454aaa Add closing body tag 2016-01-06 14:49:43 -05:00
José Manuel Pérez
ee65eb0c12 Merge pull request #3 from cedmax/patch-1
Fix for script typos
2014-11-12 08:58:38 +01:00
Marco Cedaro
40e4110965 Fix for script typos (a var and a comma missing) 2014-11-05 22:26:28 +00:00
JMPerez
0464cf41ca Change how credentials are sent when requesting tokens
The preferred way to send the credentials is through the Authorization
header, ase documented on the Spotify Developer Site
(see https://developer.spotify.com/web-api/authorization-guide/#authorization_code_flow)
2014-11-03 11:06:34 +01:00
José Manuel Pérez
d3f229bad3 Update README.md 2014-07-07 11:49:23 +02:00
Michael Thelin
28d3943eae Merge pull request #2 from spotify/add-state
Add state generation and check
2014-07-01 09:51:53 +02:00
jperez
2d9c7ac1f7 Moved rendering of OAuth info inside the condition for access token 2014-07-01 09:48:10 +02:00
jperez
1c48876015 Add state generation and check 2014-06-30 10:11:04 +02:00
jperez
90d6d902ce Replace URLs with final ones 2014-06-17 10:25:03 +02:00
José Manuel Pérez
b7f021c9ed Merge pull request #1 from thelinmichael/add-country
Add country to user information
2014-06-05 09:21:59 +02:00
Michael Thelin
a1956e8969 Add country to user information 2014-06-05 00:14:48 +02:00
jperez
0d7878f84f Minor updates
- Rename secret_key to client_secret
- Fetch values from new fields
- Authorization Code: Exchange code by token sending id and secret
  in body instead of Base64 header
2014-06-03 13:26:18 +02:00
jperez
684ad7dae1 first commit 2014-05-14 10:27:27 +02:00