Hi Guys, I am very new to development. And I am trying out javascipt api in node. and specifically I am using Meteorjs as my backend platform And as per the documentation, I initialize the api with var kc = new KiteConnect.KiteConnect("API_KEY"); and then I want to call kc.requestAccessToken, but here I have the API secret, but how do I get the access token?
Check out login flow section here. You need to use browser and login to get request token.