Hi Since last few days I am getting this error, I have tried everything but still not able to get through, can you please check if anything wrong for ID rh1558. Thanks
Hi I am trying to login using JAVA. Step1: "https://api.kite.trade/session/token?api_key=**********" setZaccid("RH1558"); setZaccpass("***********"); setZapikey("***********"); setZapisec("***********"); setAccessToken("***********"); setPublicToken("***********");
getchecksum & then set request token and checksum.
It was working very fine earlier, was getting my checksum from the https URL that I had set. But now I am getting the login error-and subsequently no trades are happening
Everything seems to be fine with your App. Can you elaborate what you are trying to do?
I am trying to login using JAVA.
Step1: "https://api.kite.trade/session/token?api_key=**********"
setZaccid("RH1558");
setZaccpass("***********");
setZapikey("***********");
setZapisec("***********");
setAccessToken("***********");
setPublicToken("***********");
getchecksum & then set request token and checksum.
It was working very fine earlier, was getting my checksum from the https URL that I had set.
But now I am getting the login error-and subsequently no trades are happening
Request your help
Thanks
You cannot automate login. You have to use browser for login and after successful login you will be given request token which can be used to obtain access token. You can checkout example here https://github.com/rainmattertech/javakiteconnect/blob/master/sample/src/Test.java