Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ask for Twitch authorization #1

Open
MrPowerGamerBR opened this issue May 29, 2021 · 1 comment
Open

Ask for Twitch authorization #1

MrPowerGamerBR opened this issue May 29, 2021 · 1 comment

Comments

@MrPowerGamerBR
Copy link
Member

https://dev.twitch.tv/docs/eventsub#subscription-limits

If the user authorizes themselves, the cost of a EventSub subscription is zero instead of one. This would avoid having multiple Twitch applications just to track channels.

However this still needs to be checked out to figure out how it works!

@MrPowerGamerBR
Copy link
Member Author

According to my own tests, if you complete a OAuth2 flow with the user, all the subscriptions related to that user ID are free!

So what could be done to avoid creating multiple Twitch applications just to bypass the 10k is...

  • Ask for user authorization
  • If the user is authorized, the subscription will be free!
  • Move all no cost subscriptions to the first (main) Twitch application
  • happiness noises

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant