Struninn for Twitch
Register Application
Twitch requires that you register an application in order to be able to make requests to their resources (Twitch applications have rate limits).
After completing this process, you will get a Client ID and Client Secret, that are required for the plugin to work.
Getting your Credentials
In order to get your credentials you need to:
Register Application
- Login to the Twitch account you want to register an application with.
- Go to https://dev.twitch.tv/console/apps.
- On the top right, click on Register Your Application.
- Enter your application name, under OAuth Redirect URLs enter http://localhost and under Category select Website Integration. Click Create.
- That’s it!, your app is registered.
Get Client ID and Client Secret
- Go to https://dev.twitch.tv/console/apps.
- Find the app you created on the list and click on Manage, your Client ID will be shown there along with a button to generate your Client Secret, click it to get your Client Secret.
- That’s it!, save both your Client ID and your Client Secret, you will need them.