How would you go about getting new follower updates without having to use response uri since app in question wont be acting as a server or listening for anything. Assume the app is behind a firewall.
If you can’t use webhooks then you will have to poll the follows endpoint and look for new followers that way.
Or you need a server, which listens to the webhook and allows clients to connect to it via other methods such as websockets.
That’s what I am afraid of. Also, Dist, You have great twitch api library.
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.