Commit graph

8 commits

Author SHA1 Message Date
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
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
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