How to get request token automatically?

vaibhavsharma13
How to get request token automatically without having to copy pasting it from browser to my code everytime.
  • sujith
    You will have to read the redirect url and take the request_token query param.
  • vaibhavsharma13
    vaibhavsharma13 edited February 2022
    Is there any inbuilt function to get the token from KiteConnect class. I am not able to find one.
  • SRIJAN
    No, there's nothing as such. You have to get request token from the redirect url after login .
  • vaibhavsharma13
    Can you please help me with the code I am not able to figure out myself...
  • SRIJAN
    You can watch login process here:
  • RD2033
    Automatic generate access token use Selenium web driver, its working absolutely fine.
  • iceberg0480
    Hi, the video link posted above does not open. Please can you check and provide the correct link?
Sign In or Register to comment.