Should I include Client-ID in my program when I release it?

I am currently working on a webpage that interacts with Twitch API, in development stage I hardcode Client-ID (not password as I don’t think I will need it for my program) in my Javascript code, should I ask users to create their own Client ID and fill it into the webpage when I publish the webpage?

Or is it fine to make my Client ID public?

Client id are public so you don’t have to worry about that

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.