Hello Kailash,
I tried with your given inputs, I'm getting correct checksum as you mentioned above. But still its giving 403 Forbidden. I'm not able to connect with Kite. Plz elaborate.
Waiting for your reply.
@Kailash I'm using following method:
plz suggest me whether it is correct or not?
//checksum calculation
SHA256Managed crypt = new SHA256Managed();
StringBuilder hash = new StringBuilder();
//here token is request_token which I'm getting after lo…