☰
Login
Signup
Home
›
.Net API client
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
13.9K
All Categories
0
Incidents
156
Node JS client
40
Go client
793
.Net API client
380
Kite Publisher
537
.Net / VBA / Excel (3rd party)
458
Algorithms and Strategies
999
Java client
1.1K
API clients
404
PHP client
4K
Python client
348
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
October 2020
sujith
Unable to get request token
GZ5928
October 2020
in
.Net API client
After firing the LoginURL
https://kite.trade/connect/login?api_key=*****&v=3
using my API key
the url redirects and there is a request_token query param showing up but before I can copy it from browser it redirects and finally
I get this message on browser {"status":"error","message":"Invalid session","data":null,"error_type":"TokenException"}
and in the url there is a session id
https://kite.zerodha.com/connect/login?api_key=*****&sess_id=ZKM8iGGzDQoIP7ILTy4RPtV3sfWcyNNS
How to get hold of request token..
Tagged:
c# authentication login
sujith
October 2020
this means your session is expired, you need to log in.
If it is the first time login then you may need to grant permission for the app.
Can you let us know what is the browser version you are using? and paste a screenshot here of the error.
Sign In
or
Register
to comment.
If it is the first time login then you may need to grant permission for the app.
Can you let us know what is the browser version you are using? and paste a screenshot here of the error.