zerodha / pykiteconnect

The official Python client library for the Kite Connect trading APIs
MIT License
983 stars 470 forks source link

TokenException when trying to get access_token #9

Closed mo-hittudiv closed 8 years ago

mo-hittudiv commented 8 years ago

The kite.request_access_token(token, secret=secret) always throws '{"status": "error", "message": "Invalid session credentials", "error_type": "TokenException"}' always.

even when i make curl calls the response is the same. I got the api_key, secret, and request_token perfectly.