From a1956e8969d8809c8d586feb6623acbbc081fa25 Mon Sep 17 00:00:00 2001 From: Michael Thelin Date: Thu, 5 Jun 2014 00:14:48 +0200 Subject: [PATCH] Add country to user information --- app.js | 6 ------ authorization_code/public/index.html | 5 +++-- implicit_grant/public/index.html | 5 +++-- 3 files changed, 6 insertions(+), 10 deletions(-) delete mode 100644 app.js diff --git a/app.js b/app.js deleted file mode 100644 index a4c0c18..0000000 --- a/app.js +++ /dev/null @@ -1,6 +0,0 @@ -var http = require("http"); -http.createServer(function(request, response) { - response.writeHead(200, {"Content-Type": "text/plain"}); - response.write("Hello World"); - response.end(); -}).listen(8888); diff --git a/authorization_code/public/index.html b/authorization_code/public/index.html index 09cc7f3..7523ca2 100644 --- a/authorization_code/public/index.html +++ b/authorization_code/public/index.html @@ -39,12 +39,13 @@
-
Display name
{{display_name}}
+
Display name
{{display_name}}
Id
{{id}}
Email
{{email}}
Spotify URI
{{external_urls.spotify}}
Link
{{href}}
-
Profile Image
{{images.0.url}}
+
Profile Image
{{images.0.url}}
+
Country
{{country}}
diff --git a/implicit_grant/public/index.html b/implicit_grant/public/index.html index 29e8a8d..718bafc 100644 --- a/implicit_grant/public/index.html +++ b/implicit_grant/public/index.html @@ -38,12 +38,13 @@
-
Display name
{{display_name}}
+
Display name
{{display_name}}
Id
{{id}}
Email
{{email}}
Spotify URI
{{external_urls.spotify}}
Link
{{href}}
-
Profile Image
{{images.0.url}}
+
Profile Image
{{images.0.url}}
+
Country
{{country}}