Invalid request token

HI4003
Hello,

I am new to KiteConnect Api.
I am trying to generate session in python using
data = kite.generate_session("request_token_here", api_secret="your_secret")
However, I get an error message saying that the token is invalid or expired. I have tried replacing "request_token_here" with various other strings too.

How can I get a valid request token?
  • rakeshr
    However, I get an error message saying that the token is invalid or expired.
    How are you generating request_token?
    Go through this documentation to understand the whole login flow.
Sign In or Register to comment.