Channel/Followers returning empty data set

You call Get users without an ID or Login just the Access token and it will return the User for that token

Or you can call the validate endpoint which will validate the token and return the user_id and login for the token. (Easy way to see what kind of token you have as well)

Example: Twitch Implicit Auth Example (when Github pages deploys in a moment)