I follow the instructions given in Rasa Docs to connect to Facebook.
But when i click “ Add Callback URL ” and provide this Callback URL "https://0.0.0.0:5002/webhooks/facebook/webhook " and provide a verify token.
Then it shows me the error “The URL couldn’t be validated. Please try again.”
And in terminal where rasa is running it shows this error when i click verify and save button:
Traceback (most recent call last):
File “/usr/local/lib/python3.6/dist-packages/sanic/server.py”, line 267, in data_received self.parser.feed_data(data)
File “httptools/parser/parser.pyx”, line 193, in httptools.parser.parser.HttpParser.feed_data httptools.parser.errors.HttpParserInvalidMethodError: invalid HTTP method
Note: 0.0.0.0 is my server IP
How i can solve this problem, Please help