This commit is contained in:
2026-04-23 03:32:28 +02:00
parent c859903458
commit 3cc89177f6
2 changed files with 7 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ services:
environment:
CLIENT_ID: 1d55t6jkkl2l0triq2irmog3lo3ver
APP_ACCESS_TOKEN: 7k8q1pvj3bqclkh1qxm9bdcmmb3w05
APP_ACCESS_TOKEN: dugtl9h8jh9f89txj0qoagtv93u2wj
BROADCASTER_ID: "86025329"
REWARD_HYDRATE_ID: "abc123"

View File

@@ -1,17 +1,19 @@
curl -X POST "https://id.twitch.tv/oauth2/token" \
-d "client_id=1d55t6jkkl2l0triq2irmog3lo3ver" \
-d "client_secret=ekas9hxc1jmhk1mh7dvw7fw7vixbxw" \
-d "client_secret=5jy1e5gv71hwf8e86b3msr5sygfhh0" \
-d "grant_type=client_credentials"
{
"access_token":"7k8q1pvj3bqclkh1qxm9bdcmmb3w05",
"expires_in":4915881,
"access_token":"dugtl9h8jh9f89txj0qoagtv93u2wj",
"expires_in":4698156,
"token_type":"bearer"
}
curl -H "Client-ID: 1d55t6jkkl2l0triq2irmog3lo3ver" \
-H "Authorization: Bearer 7k8q1pvj3bqclkh1qxm9bdcmmb3w05" \
"https://api.twitch.tv/helix/users?login=reaperofveriod"