As I am following the API doc of fyers, all the code is successful but I am unable to generate the access token after the code given below
session.set_token(auth_code)
response = session.generate_token()
access_token = response["access_token"]

Join FYERS Community to pick others' brains on Trading/Investing
As I am following the API doc of fyers, all the code is successful but I am unable to generate the access token after the code given below
session.set_token(auth_code)
response = session.generate_token()
access_token = response["access_token"]