diff --git a/index.html b/index.html
index aa34856..adb11bc 100755
--- a/index.html
+++ b/index.html
@@ -22,7 +22,7 @@
First, connect with your Twitch Account:
-

+
Authorize
diff --git a/main.js b/main.js
index 08d5ab9..2b4c26a 100755
--- a/main.js
+++ b/main.js
@@ -1,6 +1,6 @@
var clientId = '';
var redirectURI = '';
-var scope = 'user_read+chat_login';
+var scope = 'user_read';
var ws;
function parseFragment(hash) {
@@ -101,6 +101,7 @@ $(function() {
url: "https://api.twitch.tv/kraken/user",
method: "GET",
headers: {
+ "Accept": "application/vnd.twitchtv.v5+json",
"Client-ID": clientId,
"Authorization": "OAuth " + sessionStorage.twitchOAuthToken
}})