☰
Login
Signup
Home
›
API clients
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.8K
All Categories
0
Incidents
153
Node JS client
40
Go client
793
.Net API client
378
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
993
Java client
1.1K
API clients
403
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
August 2020
sujith
August 2020
prakash122
August 2020
rakeshr
Not getting refresh token when I initiate the session
prakash122
August 2020
in
API clients
I am using the Node.js client and trying to generate session passing request token and api secret. I am getting access_token but not getting refresh token along with it. I will need it to renewAccessToken.
How do I get the refresh token?
Tagged:
Refresh Token
rakeshr
August 2020
@prakash122
You don't need refresh_token for the personal app. It's meant only for the certain approved platform. You can go through
all response attribute detail here
.
prakash122
August 2020
For this I will need to re-login every day morning, right? Though I would prefer not doing it.
sujith
August 2020
It is mandatory by the exchange that a user has to log in manually at least once a day.
You can know more about the refresh token
here
.
Sign In
or
Register
to comment.
You don't need refresh_token for the personal app. It's meant only for the certain approved platform. You can go through all response attribute detail here.
You can know more about the refresh token here.