PubSub Docs don't mention Token Type
From: https://github.com/twitchdev/issues/issues/25
Brief description
https://dev.twitch.tv/docs/pubsub#topics
PubSub documentation mentions the requirement to use an oAuth token, but doesn't directly specify which type of token, nor the requirement for the UserID of the token to match the UserID of the topic.
Authentication
All topics require an OAuth token, but only some topics have a specific required scope (noted in the table below).
Available Topics
All topics require an OAuth token, but only some topics have a specific required scope (noted in the table).
Expected documentation
Authentication
All topics require a User Access OAuth token, where the UserID of the token matches the userID of the topic, but only some topics have a specific required scope (noted in the table below).
Available Topics
All topics require a User Access OAuth token, where the UserID of the token matches the userID of the topic, but only some topics have a specific required scope (noted in the table).
Additional context or questions
Raised on the forums at
https://discuss.dev.twitch.tv/t/only-getting-err-badauth-from-listen-pubsub-request/23598/3
9
votes

-
BarryCarlyon commented
This revision should also be made to _all_ documentations, specify which kind of token works