suryak

About

Username
suryak
Joined
Visits
12
Last Active
Roles
Member

Comments

  • No they aren't original keys I have altered them so you want me to set the MyAccessToken = user.AccessToken; in the initSession() or in try block using kite.SetAccessToken(MyAccessToken); then will it execute. private static void initSession() …
  • thank you for the response I'm setting the accesstoken and publictoken in the kite constructor only but when I'm running the code. I'm getting the input data exception class Program { // instances of Kite and Ticker static Tick…
  • @sujith thanks for the suggestion I have referred already this we have captured the access_token and public_token and stored in our code like below and I understand that request token is generated during everylogin. static string MyAPIKey = "7o…
  • thank you rakeshr we captured the access token and have set it in the code but still it is giving the input exception . We are using the .NET platfrom to build or app I will give you more detailed explanation on the error so that it will be easy for…