I am creating my first chatbot with Facebook for developers and I don't know how to set a callback url. I already have my url (IP address of my EC2 instance). Do you know by any chance how could I obtain one? And do I have to set a domain name for my app? Thanks a lot in advance!
Asked
Active
Viewed 858 times
0

Rob
- 14,746
- 28
- 47
- 65

constance leonard
- 11
- 1
-
what did you try so far? – OznOg Nov 01 '17 at 16:05
-
I looked at ngrok and I wondered if there were a easiest way to fo it.. – constance leonard Nov 02 '17 at 11:53
1 Answers
0
Yes, you need a domain name. The Platform won't accept an IP address for a webhook. All you need to do is expose an https endpoint on your EC2 instance that can accept POST requests, and provide that URL.

amuramoto
- 2,838
- 1
- 11
- 15