Unable to Retrieve OAuth Client Credentials Token (Invalid ClientID)

channel.subscribe is for eventsub

Which works as follows:

  1. Create a user oAuth flow that gets a user token for the channel with the relevant scope channel:read:subscriptions
  2. Discard the generated oAuth token (or keep it for spot checks)
  3. Create an app access token
  4. use the App access token with eventsub to create a subscription.