Usually this sounds like you got an app access token instead of a user access token
Documented:
- Send user to Twitch (using
response_type=code) - Authorise access to account
- Exchange code for token (and refresh token)
- ???
- Profit
Usually this sounds like you got an app access token instead of a user access token
Documented:
response_type=code)