Kapitel 13/Tutorial.md aktualisiert
This commit is contained in:
@@ -317,7 +317,21 @@ curl -u "<BENUTZER>:<APP_PASSWORT>" \
|
||||
|
||||
|
||||
**Twitch‑API Zugang:**
|
||||
Gehe in die [Twitch Developer Console](https://dev.twitch.tv/console), lege eine App an und notiere **Client ID** und **Client Secret**. Danach öffne die **n8n‑Weboberfläche** in deinem Browser (`http://<DEINE_N8N_DOMAIN>:5678`), melde dich an und gehe links auf **Credentials** → **+ Add Credential** → *OAuth2 API*.
|
||||
|
||||
<details>
|
||||
<summary>Twitch Developer Console – App anlegen</summary>
|
||||
|
||||
|
||||
1. Gehe auf [Twitch Developer Console](https://dev.twitch.tv/console/apps) → **Applications** → **Register Your Application**.
|
||||
2. Felder ausfüllen:
|
||||
- **Name:** frei wählbar (muss einzigartig sein).
|
||||
- **OAuth Redirect URL:** z. B. `https://localhost/` (Platzhalter; für Client-Credentials Flow nicht genutzt).
|
||||
- **Category:** passend wählen (z. B. Chatbot/Website Integration).
|
||||
3. App speichern → **Manage** öffnen.
|
||||
4. **Client ID** notieren, **New Secret** klicken und **Client Secret** sichern.
|
||||
|
||||
|
||||
</details>
|
||||
|
||||
- Grant Type: *Client Credentials*
|
||||
- Access Token URL: `https://id.twitch.tv/oauth2/token`
|
||||
|
||||
Reference in New Issue
Block a user