Hello, I need help figuring out how to use twitch api in my C# console app (visual studio) to check if a username exists, now I know that i need a client ID but the issue that i am having is how to do that if i am planning on sending this program to my friends. from what i understood is that the client id is something personal so what should i do here? i don’t think i can ask all my friends to each make his own client ID (as they are not all into tech stuff, beside i dont think that this is a process a “user” should do) so i appreciate it if you can tell me how to do it!
ClientID’s are public
Since oAuth requires it to be visible
Example: https://barrycarlyon.github.io/twitch_misc/authentication/implicit_auth/
Contains the clientID for my GitHub “Test Twitch” application.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.