Skip to content
MorseAmalgam edited this page Mar 22, 2025 · 3 revisions

Twitch Application Registration

The majority of the steps for this are outlined in Registering Your App in the Twitch documentation. For the redirect URL, by default TWINGE will listen on http://localhost:3000. The port can be changed in the TWINGE node settings, but you will have to update the redirect URL in the app for it to successfully authenticate. Once you have registered your app, you will need the Client ID and Client Secret to set up Godot.

Godot setup

Upon load, TWINGE should create a section in your Project Settings. You may need to enable Advanced Settings for the section to show up.

Put the created Client ID and Client Secret into their respective fields in this section.

The Encryption Key is used for local encryption of token data - It is recommended that you change this from the default.

Clone this wiki locally