As per the example provided it's expecting us to manually enter the value of kite.GetLoginURL() in the browser and note down the redirected URL's Query string param "request_token" and enter that into our Console Application to move further.
Can you please suggest if there is an oAuth EndPoint and POST/GET api which I can invoke programmatically which will return me request_token as JSON response parameter?