In PHP script, the request_token comes in through $_GET['request_token']. Ideally it should come through an API call, like public_token, access_token, etc.
Hi @vishalgvora, Ideally, you need to log in once a day on the browser and you will have to copy paste request token into your script to get the access token. There is no API call for getting the request token.
Please tell me what is request token, how can i get manually. I getting exception while requestAccessToken.
Exception in thread "main" com.rainmatter.kitehttp.exceptions.KiteTokenException at com.rainmatter.kitehttp.KiteRequest.dealWithKiteException(KiteRequest.java:287) at com.rainmatter.kitehttp.KiteRequest.postRequest(KiteRequest.java:54) at com.rainmatter.kiteconnect.KiteConnect.requestAccessToken(KiteConnect.java:169) at Main.java.main.main(main.java:36) Java Result: 1
Ideally, you need to log in once a day on the browser and you will have to copy paste request token into your script to get the access token. There is no API call for getting the request token.
Please tell me what is request token, how can i get manually. I getting exception while requestAccessToken.
Exception in thread "main" com.rainmatter.kitehttp.exceptions.KiteTokenException
at com.rainmatter.kitehttp.KiteRequest.dealWithKiteException(KiteRequest.java:287)
at com.rainmatter.kitehttp.KiteRequest.postRequest(KiteRequest.java:54)
at com.rainmatter.kiteconnect.KiteConnect.requestAccessToken(KiteConnect.java:169)
at Main.java.main.main(main.java:36)
Java Result: 1
Please help me ASAP.
Thanks in advance!
You can check out documentation here and webinar.