☰
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
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
998
Java client
1.1K
API clients
404
PHP client
4K
Python client
347
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
June 2022
SRIJAN
How to connect using access token for whole day
vvishal
June 2022
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 2022
edited June 2022
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 .