2

I am creating new Messenger chatbot for my FB page but when I write message from my FB page to someone then it shows "undefined" messaged notification. Do you know where is problem (FB page configuration or chatbot code)? This problem is only on Facebook, Messenger is OK.

I am creating my chatbot in PHP (Symfony2 framework).

Thank you! undefined messaged

stefanprokopdev
  • 333
  • 2
  • 12

1 Answers1

0

Not sure what language you used to make your chatbot, but if you used node.js, undefined typically means that you declared an empty variable and have yet to assign it a value. I believe the same is the case for PHP, but I'm not 100% sure.

sickguy125
  • 15
  • 3