☰
Login
Signup
Home
›
Java 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
11.1K
All Categories
69
Node JS client
21
Go client
648
.Net API client
312
Kite Publisher
513
.Net / VBA / Excel (3rd party)
350
Algorithms and Strategies
837
Java client
845
API clients
368
PHP client
3K
Python client
298
Mobile and Desktop apps
1.1K
Market data (WebSockets)
2.7K
General
In this Discussion
June 16
SRIJAN
How to connect using access token for whole day
vvishal
June 16
in
Java client
Hi,
I have sucessfully retrived the request_token from url. request token expires in 1-2 minutes. I have also retrieved access token in java code. How to login with java app for whole day. I am not able to use function for that in java docs.
Tagged:
java
access_token
java client
RequestToken
SRIJAN
June 16
edited June 16
Refer example here:
https://github.com/zerodha/javakiteconnect#api-usage
You have to use setAccessToken .
Sign In
or
Register
to comment.
https://github.com/zerodha/javakiteconnect#api-usage
You have to use setAccessToken .