I am trying to do OAuth 2.0 Authorization Code Flow with PKCE (User Context) using Tweepy
While setting this up in the Twitter Developer Portal, I choose Type of App as Native App
But I still get asked for Callback URI/Redirect URL & Website URL?
Since it's a native app, I am not sure what values I give here. I am trying to build a non-UI console app which will run from the command line - i.e. no URLs & no UIs.

