helix icon indicating copy to clipboard operation
helix copied to clipboard

WebSub webhooks being deprecated

Open jackmcguire1 opened this issue 3 years ago • 3 comments

Twitch are deprecating their websub-based webhook functionality, in favour of their EventSub API.

  • No new twitch applications can utilize webhooks
  • Last date of use is September 16, 2021.
  • main branch contains WebSub webhooks code

need to work towards refactoring webhooks.go to support EventSub

jackmcguire1 avatar Jun 22 '21 00:06 jackmcguire1

Event sub are handle in a seperate way

Twitch API has tree endpoints:

  • Create EventSub Subscription
  • Delete EventSub Subscription
  • Get EventSub Subscriptions

Those endpoints are already impleted and documented :

  • https://github.com/nicklaw5/helix/blob/main/docs/eventsub_docs.md

Is there more needs ?

Scorfly avatar Jun 23 '21 21:06 Scorfly

Adding support for Extension Bits Creations https://github.com/nicklaw5/helix/pull/107

jackmcguire1 avatar Jul 10 '21 10:07 jackmcguire1

added support to paginate through event subs https://github.com/nicklaw5/helix/pull/112

jackmcguire1 avatar Jul 26 '21 16:07 jackmcguire1

event subs supported

jackmcguire1 avatar Jan 16 '23 09:01 jackmcguire1