im struggling with eventsub, and returning true every time a streamer goes live
What code do you have?
i just want to know how to do it
Without knowing what specifically you’re having issues with, the best way to know how to do it is to follow the documentation https://dev.twitch.tv/docs/eventsub
It boils down to creating a web server to listen for incoming POST requests, subscribing to the topic you want, verifying the callback, then processing the notifications when Twitch sends them to your callback url.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.