Twitch developer application
Use a verified HTTPS URL for production.
1. Register the application
Open Twitch Developer Console, sign in and choose Register Your Application.
2. Enter application details
- Use a recognizable application name.
- Choose the integration category requested by the provider.
- Add the exact OAuth redirect URL shown in your PlayTubeVideo settings.
- Use HTTPS for production; localhost may be used for local testing if Twitch permits it.
3. Copy the Client ID
Save the generated Client ID. Generate or reveal the client secret only when the integration requires it and keep it server-side.
4. Configure PlayTubeVideo
Open the relevant live/social integration settings under
PUBLIC_URL/video-admin/settings, enter the Client ID
and any requested secret, then save.
5. Test
- Test authentication and redirect on the real domain.
- Confirm stream/channel metadata is returned as expected.
- Check provider scopes and logs if authorization is denied.