diff --git a/index.php b/index.php index 6dc4fee..2aaaddc 100644 --- a/index.php +++ b/index.php @@ -63,7 +63,7 @@ - As a security precaution, this tool does NOT store your access token. You will need to generate a new token if you've lost your current one. + As a security precaution, this tool does NOT store your access token. You will need to generate a new token if you've lost your current one. @@ -150,6 +150,26 @@ channel_feed_edit Ability to add posts and reactions to a channel feed. + + + collections_edit + Manage a user's collections (of videos). + + + + communities_edit + Manage a user's communities. + + + + communities_moderate + Manage communitiy moderators. + + + + viewing_activity_read + Turn on Viewer Heartbeat Service ability to record user data. +
@@ -180,4 +200,5 @@ var authSuccessful = 1 ? "true" : "false"); ?>; /* --- Runtime PHP Generated JS Vars START -- */ - \ No newline at end of file + + diff --git a/script.js b/script.js index 5b30a5b..6c4abd7 100644 --- a/script.js +++ b/script.js @@ -1,7 +1,7 @@ var client_id = "gp762nuuoqcoxypju8c569th9wz7q5"; var redirect_uri = "https://twitchtokengenerator.com"; -var scopes = ["user_read", "user_blocks_edit", "user_blocks_read", "user_follows_edit", "channel_read", "channel_editor", "channel_commercial", "channel_stream", "channel_subscriptions", "user_subscriptions", "channel_check_subscription", "chat_login", "channel_feed_read", "channel_feed_edit"]; +var scopes = ["user_read", "user_blocks_edit", "user_blocks_read", "user_follows_edit", "channel_read", "channel_editor", "channel_commercial", "channel_stream", "channel_subscriptions", "user_subscriptions", "channel_check_subscription", "chat_login", "channel_feed_read", "channel_feed_edit", "collections_edit", "communities_edit", "communities_moderate", "viewing_activity_read"]; $( document ).ready(function() {