We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am getting error from this piece of code. ` _handleMessage (json) { let entries = json.entry
entries.forEach((entry) => { let events = entry.messaging events.forEach((event) => { // handle inbound messages and echos if (event.message) { if (event.message.is_echo) {
` events is undefined.
What could be the issue here?
The text was updated successfully, but these errors were encountered:
I am getting the same error and it happens when you receive postback-type of message from Facebook.
Sorry, something went wrong.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
I am getting error from this piece of code.
` _handleMessage (json) {
let entries = json.entry
`
events is undefined.
What could be the issue here?
The text was updated successfully, but these errors were encountered: