hubot-fb icon indicating copy to clipboard operation
hubot-fb copied to clipboard

A Hubot adapter for the Facebook Messenger Platform

Results 8 hubot-fb issues
Sort by recently updated
recently updated
newest added

Hi, I'm receveing an error when the webhook is called. Did you know what it could be ? 017-08-23T18:34:09.426606+00:00 app[web.1]: [Wed Aug 23 2017 18:34:09 GMT+0000 (UTC)] INFO /app/scripts/social.coffee is...

Hi, Thanks for your good job. I'm looking to implement [Persistent menu](https://developers.facebook.com/docs/messenger-platform/messenger-profile/persistent-menu) on my bot but I can't find any way to do it at the moment with your package,...

Hello, last week our hubot stopped authenticating with FB. The root cause was a different response from FB when calling the access token endpoint. I update the relevant code to...

The quick_reply's postback are inside message element. The current version of adaptar process quick reply as plain message and without postback fired.

The slack adapter has a convenient way of posting attachments using the robot emitter. I thought this might be nice for `hubot-fb` to have something similar for posting richer messages....

Currently hubot-fb supports sending images via urls. Here's the guideline of [sending image (file)](https://developers.facebook.com/docs/messenger-platform/send-api-reference#guidelines). Will this be supported?

enhancement

Hi When I do robot.messageRoom it crashes with ``` TypeError: Cannot read property 'id' of undefined at FBMessenger.send (../node_modules/hubot-fb/src/fb.coffee:35:9, :45:37) ``` Quickly checking the hubot code I assume error lies...

bug