Facebook Messenger Location in nodeJs

306 views Asked by At

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?

1

There are 1 answers

0
Soccergods On BEST ANSWER

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 :)