Authentication failed trying to get channel subscribers

Usually this sounds like you got an app access token instead of a user access token

Documented:

  1. Send user to Twitch (using response_type=code)
  2. Authorise access to account
  3. Exchange code for token (and refresh token)
  4. ???
  5. Profit