I am working on a discord bot and want to have it to notify a certain channel when my friend goes live. I have the discord part down fine but am struggling with Twitch and the web hooks.
My questions are as followed, first how do I get the user_id? I was hoping I could use the user_login from the old v5 api but it doesn’t seem to work for this. I am also unsure about the hub.secret. Should that be the secret api key twitch gives us when creating the bot? I know I need to add the callback but for now I am just trying to get the subscription verify response.
yeah I know. I was trying to do it the user_id way but didn’t know how to find my id so I tried this way. My first question was how do I get the user_id cause I realized that it wouldn’t work the way I tried.