Getting request token

vishalgvora
is it possible to get request token automatically after manual login once in a day?? Is there any function in nodejs library??
  • ramatius
    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.
  • vishalgvora
    i did not find any api call for request token in node js. is there any api call in node js for getting request token??
  • sujith
    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.
  • karthik_selvaraj
    Hi friends,

    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!
  • sujith
    Hi @karthik_selvaraj,
    You can check out documentation here and webinar.
  • karthik_selvaraj
    Thanks @sujith for quick response, I got it
This discussion has been closed.