chen-ye / hubot-fb

A Hubot adapter for the Facebook Messenger Platform
https://www.npmjs.com/package/hubot-fb
87 stars 21 forks source link

Add optin/authentication callback processing #6

Closed joshbeckman closed 8 years ago

joshbeckman commented 8 years ago

Reference: https://developers.facebook.com/docs/messenger-platform/webhook-reference#auth also https://developers.facebook.com/docs/messenger-platform/plugin-reference#send_to_messenger

I have it emitting two events because Facebook seems conflicted about what to call this action. The object reference is for optin but docs reference authentication.

chen-ye commented 8 years ago

looks good! including for 3.0.0 thanks!