Skip to content

Getting Your Twitch API Info

Bacon Fixation edited this page Apr 27, 2023 · 4 revisions

Twitch Account

  1. A Twitch account is needed, if you don't already have one you can Click Here

  2. Login to Twitch's Dev Portal Dashboard with your Twitch login Info https://dev.twitch.tv/console/apps

Creating a Twitch Application

  1. Click on 'Register Your Application' in Dev Portal Dashboard.

  2. Go ahead and 'Name' your App.

  3. For 'OAuth Redirect' enter http://localhost

  4. Select a 'Category', I used 'Application Integration'

  5. ........make sure you're not a robot then click 'Create'

Getting your Twitch Application Info

  1. Now that you have an app created click 'Manage' on your new creation

  2. You should now see your Client ID

  3. Click 'New Secret' to see your Secret Token

  4. Now we can add them to your .env file