Now, I have purchased the subscription, Create an App and Got the API and Secret Key. I also downloaded the kiteconnet.php class and by using this I try to authenticate myself, but it needs "request token", How can I get this request token? Please guide.
@sujith thanks for the quick suggestion. I read somewhere it is written I have to login manually then the request token will generate. Is this correct?
Yes you have to manually log in to get the request token. To get login URL for your app you can call the function login_url() . Check out an example here.
Check out documentation and kiteconnect repository.
As of now, we don't have a sandbox.
You need to create an app on developers console to get api_key.
I also downloaded the kiteconnet.php class and by using this I try to authenticate myself, but it needs "request token", How can I get this request token? Please guide.
You can check out documentation and webinar.
I read somewhere it is written I have to login manually then the request token will generate.
Is this correct?
Yes you have to manually log in to get the request token. To get login URL for your app you can call the function
login_url()
. Check out an example here.