OAuth Redirect URL

The Redirect URL is whatever you want it to be. It’s where users will be redirect to when connecting to your app.

If you need to send users through the authentication process for your app, then you’ll need a URL that is publicly accessible and a webserver setup to handle the process. If you just need to authenticate yourself (or don’t need to use the Authentication process at all), just put in http://localhost as that will redirect you back to yourself.