You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.
We have started working on creating a bot in Facebook Workplace. In the platform, you are able to subscribe to security events like log-in log-out events Ref 1Ref 2. The object that is sent from facebook doesn't include messaging property when handling webhook payload making it not trigger properly. Currently, Botkit relies on that property to be present.
Expected behaviour:
When log-in event is fired from Facebook Workplace trigger it properly so that you are able to listen for it in the controller. controller.on('log_in', function(bot, message) {} );
The text was updated successfully, but these errors were encountered:
Hi,
Botkit version: 0.6.4
We have started working on creating a bot in Facebook Workplace. In the platform, you are able to subscribe to security events like log-in log-out events Ref 1 Ref 2. The object that is sent from facebook doesn't include
messaging
property when handling webhook payload making it not trigger properly. Currently, Botkit relies on that property to be present.Expected behaviour:
When
log-in
event is fired from Facebook Workplace trigger it properly so that you are able to listen for it in the controller.controller.on('log_in', function(bot, message) {} );
The text was updated successfully, but these errors were encountered: