How do I get the user oauth token for my own channel?

Hello!

Its a silly question I know, but I was wondering how I get the oauth user token for my own channel, and how to communicate in the post requests for EventSub that I have this information.

Thank you,

You need to go through the Authorization Code or Implicit flow to connect a user to your app. Once the user is connected to your app you can use the Client Credentials flow to generate an App token which will be used with EventSub to create the subscriptions.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.