Hi everyone, i have app access token even with bits:read or default ( full ) scope granted.
When i try to subscribe channel.cheer event for hooks i always getting;
{
"error": "Forbidden",
"status": 403,
"message": "subscription missing proper authorization"
}
Anyone any idea how can i subscribe to this event ?
Here is the reques body (xxx and secrets are different in original);
{
"type": "channel.cheer",
"version": "1",
"condition": {
"broadcaster_user_id": "xxx"
},
"transport": {
"method": "webhook",
"callback": "https://xxx/callback",
"secret": "secret"
}
}
thanks.