I have the flask_app.py script in place with the correct redirects in my app and in the script. On running the flask_app.py script and clicking on the "login to generate access token" i get the following error message.
{"status":"error","message":"Route not found","data":null,"error_type":"GeneralException"}
You seem to be referring to wrong API calls. Can you paste your code here?
I figured it out. There was a new login flow which I had missed reading about.
Thanks for the response though