Facebook Messenger Bot Tutorial (using Python) | Setting up webhook

preview_player
Показать описание
This video demonstrates the steps to enable webhook integration for the facebook app.

Links:

------------------------------------------------------------

More awesome topics covered here:

------------------------------------------------------------

#python #messenger #chatbot
Рекомендации по теме
Комментарии
Автор

Showing "The Callback URL or Verify Token couldn't be validated. Please verify the provided information or try again later." on Edit Callback URL

srijonkumar
Автор

I cant find python code on facebook for developer! how to see the python code ? the only one appears is javascript

beautycenter_
Автор

ngrok 80 not running on ubuntu 14.04 32 bit . Error - " Invalid address server_addr 'ngrokd.ngrok.com:443': lookup ngrokd.ngrok.com: no such host "

beginner
Автор

I keep getting this error when I try to activate the app.py file:

Traceback (most recent call last):
File "app.py", line 2, in <module>
from flask import Flask, request
File "D:\--WORK--\ALFRED\Alfred_ENV\lib\site-packages\flask\__init__.py", line 21, in <module>
from .app import Flask, Request, Response
File "D:\--WORK--\ALFRED\Alfred_ENV\lib\site-packages\flask\app.py", line 782
def run(self, host: object = None, port: object = None, debug: object = None, options: object) -> object:
^
SyntaxError: non-default argument follows default argument

Any idea what the problem is?

theotherguyslive
Автор

i can't subcribe my page. How can fix it? Thanks

hoanganhnguyen
Автор

I can't download ngrok.exe :(
Edit: My machine is 64-bit. I could download 32-bit. Will this cause any problem?

toschoolrs
Автор

Now I have the error that that Callback URL must be HTTPS to be verified, but the localhost server is http, anyone know how to get over this?? Please help me

longvan
Автор

python app.py
python: can't open file 'app.py': [Errno 2] No such file or directory

dgalhotra
Автор

i want link python is dont open with me

KARRARALOBIADY
Автор

The URL couldn't be validated. Callback verification failed with the following errors: HTTP Status Code = 502; HTTP Message = Bad Gateway

jaleeshassan
Автор

in my ngrok i am getting 502 Bad Gateway when i open the link provided by ngrok
and when i execute my python file this error is coming
python: can't open file 'app.py': [Errno 2] No such file or directory
can you guide me about this error

mutahirgharay
Автор

I get the messege "The URL couldn't be validated. Response does not match challenge, expected received="Hello world"", when I try to set up the webhook on facebook. What can I do about this?

povelc
Автор

Is there any alternative for ngrok server?

espmcuican
Автор

how to solve this..The URL couldn't be validated. Callback verification failed with the following errors: HTTP Status Code = 403; HTTP Message = FORBIDDEN

yepulyepul
Автор

In my case it's working perfectly fine till now and i am able to see the activity on this address

priyanshgupta