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 was archived by the owner on Sep 20, 2024. It is now read-only.
Copy file name to clipboardexpand all lines: docs/readme-facebook.md
+4-3
Original file line number
Diff line number
Diff line change
@@ -93,9 +93,10 @@ Normal messages will be sent to your bot using the `message_received` event. In
93
93
| facebook_optin | a user has clicked the [Send-to-Messenger plugin](https://developers.facebook.com/docs/messenger-platform/implementation#send_to_messenger_plugin)
94
94
| facebook_referral | a user has clicked on a [m.me URL with a referral param](https://developers.facebook.com/docs/messenger-platform/referral-params)
95
95
| facebook_app_roles | This callback will occur when a page admin changes the role of your application.
96
-
| standby | This callback will occur when a message has been sent to your page, but your application is not the current thread owner.
97
-
| facebook_receive_thread_control | This callback will occur when thread ownership for a user has been passed to your application.
98
-
| facebook_lose_thread_control | This callback will occur when thread ownership for a user has been taken away from your application.
96
+
| standby | This callback will occur when a message has been sent to your page, but your application is not the current thread owner. (Subscribe to the `standby` webhook to receive this event.)
97
+
| facebook_receive_thread_control | This callback will occur when thread ownership for a user has been passed to your application. (Subscribe to the `messaging_handovers` webhook to receive this event.)
98
+
| facebook_lose_thread_control | This callback will occur when thread ownership for a user has been taken away from your application. (Subscribe to the `messaging_handovers` webhook to receive this event.)
99
+
| facebook_request_thread_control | This callback will occur when thread ownership is requested by another receiver. (Subscribe to the `messaging_handovers` webhook to receive this event.)
99
100
100
101
All incoming events will contain the fields `user` and `channel`, both of which represent the Facebook user's ID, and a `timestamp` field.
0 commit comments