document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <!-- NEW VERSION -->
  2. <html>
  3.     <body>
  4.         <input checked name="TAPI" type="checkbox" value="+channel_check_subscription" />
  5.         <b>channel_check_subscription:</b>
  6.         <i>Read access to check if a user is subscribed to your channel.</i>
  7.  
  8.         <input checked name="TAPI" type="checkbox" value="+channel_commercial" />
  9.         <b>channel_commercial:</b>
  10.         <i>Access to trigger commercials on channel.</i>
  11.  
  12.         <input checked name="TAPI" type="checkbox" value="+channel_editor" />
  13.         <b>channel_editor:</b>
  14.         <i>Write access to channel metadata (game, status, etc).</i>
  15.  
  16.         <input checked name="TAPI" type="checkbox" value="+channel_feed_edit" />
  17.         <b>channel_feed_edit:</b>
  18.         <i>Add posts and reactions to a channel feed.</i>
  19.  
  20.         <input checked name="TAPI" type="checkbox" value="+channel_feed_read" />
  21.         <b>channel_feed_read:</b>
  22.         <i>View a channel feed.</i>
  23.  
  24.         <input checked name="TAPI" type="checkbox" value="+channel_read" />
  25.         <b>channel_read:</b>
  26.         <i>Read access to non-public channel information, including email address and stream key.</i>
  27.  
  28.         <input checked name="TAPI" type="checkbox" value="+channel_stream" />
  29.         <b>channel_stream:</b>
  30.         <i>Ability to reset a channel\'s stream key.</i>
  31.  
  32.         <input checked name="TAPI" type="checkbox" value="+channel_subscriptions" />
  33.         <b>channel_subscriptions:</b>
  34.         <i>Read access to all subscribers to your channel.</i>
  35.  
  36.         <input checked name="TAPI" type="checkbox" value="+chat_login" />
  37.         <b>chat_login:</b>
  38.         <i>Log into chat and send messages.</i>
  39.  
  40.         <input checked name="TAPI" type="checkbox" value="+collections_edit" />
  41.         <b>collections_edit:</b>
  42.         <i>Manage a user’s collections (of videos).</i>
  43.  
  44.         <input checked name="TAPI" type="checkbox" value="+communities_edit" />
  45.         <b>communities_edit:</b>
  46.         <i>Manage a user’s communities.</i>
  47.  
  48.         <input checked name="TAPI" type="checkbox" value="+communities_moderate" />
  49.         <b>communities_moderate:</b>
  50.         <i>Manage community moderators.</i>
  51.  
  52.         <input checked name="TAPI" type="checkbox" value="+user_read" />
  53.         <b>user_read:</b>
  54.         <i>Read access to non-public user information, such as email address.</i>
  55.  
  56.         <input checked name="TAPI" type="checkbox" value="+user_blocks_edit" />
  57.         <b>user_blocks_edit:</b>
  58.         <i>Ability to ignore or unignore on behalf of a user.</i>
  59.  
  60.         <input checked name="TAPI" type="checkbox" value="+user_blocks_read" />
  61.         <b>user_blocks_read:</b>
  62.         <i>Read access to a user\'s list of ignored users.</i>
  63.  
  64.         <input checked name="TAPI" type="checkbox" value="+user_follows_edit" />
  65.         <b>user_follows_edit:</b>
  66.         <i>Access to manage a user\'s followed channels.</i>
  67.  
  68.         <input checked name="TAPI" type="checkbox" value="+user_subscriptions" />
  69.         <b>user_subscriptions:</b>
  70.         <i>Read access to subscriptions of a user.</i>
  71.  
  72.         <input checked name="TAPI" type="checkbox" value="+viewing_activity_read" />
  73.         <b>viewing_activity_read:</b>
  74.         <i>Turn on Viewer Heartbeat Service ability to record user data.</i>
  75.  
  76.         <input name="TAPI" type="checkbox" value="+openid" />
  77.         <b>openid:</b>
  78.         <i>Use OpenID Connect authentication.</i>
  79.  
  80.         <input onclick="GetOAuth()" type="button" value="Generate OAuth" />
  81.     </body>
  82.     <script src="GetOAuth.js"></script>
  83. </html>
  84.  
  85.  
  86. <!-- OLD VERSION -->
  87. <html>
  88.     <body>
  89.         <input name="TAPI" type="checkbox" checked="true" value="+user_read" />
  90.         <b>user_read: </b>
  91.         <i>Read access to non-public user information, such as email address.</i><br />
  92.        
  93.         <input name="TAPI" type="checkbox" checked="true" value="+user_blocks_edit" />
  94.         <b>user_blocks_edit: </b>
  95.         <i>Ability to ignore or unignore on behalf of a user.</i><br />
  96.  
  97.         <input name="TAPI" type="checkbox" checked="true" value="+user_blocks_read" />
  98.         <b>user_blocks_read: </b>
  99.         <i>Read access to a user\'s list of ignored users.</i><br />
  100.  
  101.         <input name="TAPI" type="checkbox" checked="true" value="+user_follows_edit" />
  102.         <b>user_follows_edit: </b>
  103.         <i>Access to manage a user\'s followed channels.</i><br />
  104.  
  105.         <input name="TAPI" type="checkbox" checked="true" value="+channel_read" />
  106.         <b>channel_read: </b>
  107.         <i>Read access to non-public channel information, including email address and stream key.</i><br />
  108.  
  109.         <input name="TAPI" type="checkbox" checked="true" value="+channel_editor" />
  110.         <b>channel_editor: </b>
  111.         <i>Write access to channel metadata (game, status, etc).</i><br />
  112.  
  113.         <input name="TAPI" type="checkbox" checked="true" value="+channel_commercial" />
  114.         <b>channel_commercial: </b>
  115.         <i>Access to trigger commercials on channel.</i><br />
  116.  
  117.         <input name="TAPI" type="checkbox" checked="true" value="+channel_stream" />
  118.         <b>channel_stream: </b>
  119.         <i>Ability to reset a channel\'s stream key.</i><br />
  120.  
  121.         <input name="TAPI" type="checkbox" checked="true" value="+channel_subscriptions" />
  122.         <b>channel_subscriptions: </b>
  123.         <i>Read access to all subscribers to your channel.</i><br />
  124.  
  125.         <input name="TAPI" type="checkbox" checked="true" value="+user_subscriptions" />
  126.         <b>user_subscriptions: </b>
  127.         <i>Read access to subscriptions of a user.</i><br />
  128.  
  129.         <input name="TAPI" type="checkbox" checked="true" value="+channel_check_subscription" />
  130.         <b>channel_check_subscription: </b>
  131.         <i>Read access to check if a user is subscribed to your channel.</i><br />
  132.  
  133.         <i>Note: chat_login will be part of the scope.</i><br />
  134.  
  135.         <input onclick="GetOAuth()" type="button" value="Generate OAuth" />
  136.     </body>
  137.     <script src="GetOAuth.js"></script>
  138. </html>
');