☰
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
14.1K
All Categories
0
Incidents
157
Node JS client
41
Go client
797
.Net API client
385
Kite Publisher
537
.Net / VBA / Excel (3rd party)
463
Algorithms and Strategies
1K
Java client
1.1K
API clients
407
PHP client
4.1K
Python client
349
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.4K
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.