You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 1, 2022. It is now read-only.
Hi, I'm trying to setup the project but I have an issue checking webhook, when I execute
curl -X GET "<YOUR HOST>/webhook?hub.verify_token=<YOUR VERIFY TOKEN>&hub.challenge=CHALLENGE_ACCEPTED&hub.mode=subscribe&init_bot=true"
replacing <YOUR HOST> by localhost:5000 and <YOUR VERIFY TOKEN> by the string I wrote on .env file
I only receive "CHALLENGE_ACCEPTED", executing curl -X GET "<YOUR HOST>/webhook?hub.verify_token=<YOUR VERIFY TOKEN>&init_bot=true"
returns an error stack finishing with this message: ValueError: FB_VERIFY_TOKEN does not match.
I've already set other variables in .env file but nothing seems to change. Is there anything I'm skipping?