Hi @imlokesh,
We have fixed this issue. If you are using NuGet, check for updates in the package manager. Or if you are using the DLL file from the GitHub please download the latest one from there and reference it in your project.
"Change" field i…
Hi @arjunender,
It seems there is some issue in your authentication process. Try wrapping your code inside a try catch block like this to get the error information:
try
{
User user = kite.RequestAccessToken("", "");
}
catch (ParseException e)
{…