How do I register an APP?

Greetings!

I’m a student at FreeCodeCamp, and I need to create an app that accesses Twitch’s API. The initial part of the process is simple enough: create an account at Twitch and go to ‘Developer Applications’ to register the app. This, though, is where I got stuck.

There are three fields for me to fill out. Fields 1 and 3 are quite straight forward, but I can’t understand what it is that I need to supply to field 2. Where do I get an OAuth Redirect URI and how is it done, please?

Thanks!

If you are only planning on access public data that does not require an OAuth token you can set that to anything (your website, Github address, localhost, etc.) It should be something you control though.

If you start using OAuth grant flows it will become obvious where it is needed.

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