App doesn't contain api_secret

Sadam
Sadam edited December 2017 in .Net API client
Hi,

I've created an app in developers.kite.trade. I've received API key but no secret key received. Hence the below code is throwing exception.

User user = kite.RequestAccessToken(request_token, MySecret);


Exception Message: Unable to parse the response. Use ResponseData property to get original response

Thanks in Advance
  • sujith
    It seems like you have created a Kite Publisher app. You need to create a Kite Connect app.
  • Sadam
    Is it the paid option with 2000 Credits?
  • Sadam
    Also, what should be the value of MySecret while calling the RequestAccessToken(request_token, MySecret) method, if we are using Publisher App
  • sujith
    sujith edited December 2017
    Yes, Kite Connect is a paid subscription you need to pay Rs2000 per month.
    Kite publisher is just a javascript button to place orders. It doesn't provide any kind of access to APIs.
    In order to place an order, retrieve orderbook, positions etc you need to use Kite Connect app.
    You can check out documentation here.
  • Sadam
    Thanks for your support on this
This discussion has been closed.