Search code examples
node.jsfacebookfacebook-messenger

Facebook Messenger Location in nodeJs


I have setup the facebook bot, and everything except the location sending. I am unable to receive the location of a user either through the quick_reply button, or the normal sending location through messenger. I am getting this as my output in my heroku logs:

"attachments":[{"title":"Attachment Unavailable","url":null,"type":"fallback","payload":null}]

But, the location is sent properly, and I can click on it and it opens up and shows the right location. How do I fix this?


Solution

  • This was just a recognised bug by Facebook itself, and they said that they resolved it and that the patch should be out ASAP(they said this on 22/12/2016). There was no error in code :)