how to retrieve access token

Balaganga
i am new to API Platform,
please guide me to retrieve access_token

in Ipython, my command are like below

from kiteconnect import KiteConnect
api_key="xxxxxxxxx"
api_secret="yyyyyyyyyyyyyy"
kite=KiteConnect(api_key,api_secret)


i try to retrieve url, yes it came.

kite.login_url()


but i couldn't able to retreive access token using the command

kite.request_access_token("onetimetoken",api_secret)

please help.



Sign In or Register to comment.