☰
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
14.4K
All Categories
0
Incidents
167
Node JS client
46
Go client
812
.Net API client
391
Kite Publisher
539
.Net / VBA / Excel (3rd party)
473
Algorithms and Strategies
1K
Java client
1.1K
API clients
408
PHP client
4.1K
Python client
355
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.5K
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 .