So I’m a little bit confused by the authorization process because I’ve never done OAuth before,
but I think I understood it now.
In the documentation there is the paramter scope listed. Which will specify what kind of access my application needs. Now I don’t really need any special access, I’m just accessing public information and want to check if a user is following another user. BUT I do want to verify that it is actually their account.
So can I just use the OAuth Authorization Code Flow and leave the scope attribute blank for this use case?
For clarification I’m talking about this part of the documentation: https://dev.twitch.tv/docs/authentication/getting-tokens-oauth/#oauth-authorization-code-flow