0

There are questions related to fb messenger. but as none answers my question, here it is. I have been given a developer account for API to work on which is 'http'. Meaning I won't be able to use it as Callback URL. I am not authorized to request developer for https too. How should I proceed?

Felix josemon
  • 932
  • 1
  • 7
  • 14

2 Answers2

0

Facebook requires that the callback url for receiving events use HTTPS as the scheme and specify a verify token in the app's webhook section.You should try to get the server you are working with to install the necessary SSL certificate(s) and update your webhook to point at it.

isaiah
  • 51
  • 3
0

Facebook requires https. You can use ngrok to convert your local URLs to https based public URL and use them on webhook subscription url.