My IDE is Pycharm. I want to test my app locally, so I run my service locally and use ngrok to expose my app to Internet.
The url showed by ngrok is https://436cb7e9.ngrok.io
But when I want to verify the facebook webhook callback url use this url above, it shows
ERROR 2017-12-27 08:16:37,407 wsgi_server.py:329] Request Host 436cb7e9.ngrok.io not whitelisted. Enabled hosts are set(['localhost'])
I ran the app well before, but I don't know why this time it shows an error. Could somebody gives me suggestion?