@sujith
here's the error trace:
com.zerodhatech.kiteconnect.kitehttp.exceptions.TokenException
at com.zerodhatech.kiteconnect.kitehttp.KiteResponseHandler.dealWithException(KiteResponseHandler.java:48)
at com.zerodhatech.kiteconnect.kitehttp.Kite…
@sujith that link is for old kiteconnect.
as per kiteconnect 3:
User user = kiteSdk.generateSession(request_token, apiSecret);
this flow is not working.
am getting TokenException while replacing old requestAccessToken with generateSession.
also th…