Proper authentication method for a server application that runs as my own Twitch account?

@3ventic

Let me just ask this, then. I just want my application to run once and in that run fetch the most recent follower name and the total count of followers.

Which auth approach is ideal for that type of application? The “OAuth Implicit Code Flow” looks pretty straight forward for my needs. Is there a reason why I should use the other approach, the “OAuth Authorization Code Flow”?