Yeah I have used NaiveSSLContext and It was working fine till yesterday.
But from today morning I am getting Invalid "Invalid session credentials" even after giving fresh request token.
Please suggest.
Finally working with below code,
KiteConnect kiteConnect = new KiteConnect("apikey");
kiteConnect.setUserId("userid");
kiteConnect.setPublicToken("requestToken");
KiteTicker kiteTicker = new KiteTicker(kiteConnect); (Modified KiteTicker to use Na…
Hi @sujith
Cloned KiteConnect. what to modify in Kite Ticker file ?
And also whatever the api keys I am using to connect are of 'publisher' app. Do I need to create 'Connect' app first (which is paid)? Is there any way that I could give some trial…