Yoctol / bottender

⚡️ A framework for building conversational user interfaces.
https://bottender.js.org
MIT License
4.21k stars 333 forks source link

bot does not get messages if the app is cerated recently #845

Closed amateurobot closed 4 years ago

amateurobot commented 4 years ago

I have two app on my facebook dashboard

one of them is created almost 3 months ago and another one is created today

old app can get the messages, but the messenger of new app only can set webhook and after that it does not get any message. same hello world code. same environment. they only differ in 5 envs -listed below from .env file-, actually I'm running the same code and procedures with only two different env files.

MESSENGER_PAGE_ID MESSENGER_ACCESS_TOKEN MESSENGER_APP_ID MESSENGER_APP_SECRET MESSENGER_VERIFY_TOKEN

I just want to know is it me or is it something that is expected?