How to generate request_token dynamically instead of login manually.

kjithin
https://kite.zerodha.com/connect/login?v=3&api_key=xxxxxx
how to generate request_token programmatically using php code. Now i able to access api. But access token is valid for only 1 day. so next day i have to login manually for getting this access token. So is there any way to get these values programmatically
  • sujith
    It is mandatory by the exchange that a user has to login at least once a day manually. We don't recommend automating login.
Sign In or Register to comment.