11---
2- title : Messenger
3- description : Add your bot to Messenger using the official integration
4- icon : ' /integrations/integration-guides/assets/icons/messenger.svg'
2+ title : Messenger and Facebook
3+ description : Add your bot to Messenger and Facebook using the official integration
4+ icon : ' /integrations/integration-guides/assets/icons/messenger-and-facebook .svg'
55---
66
77{ /* vale off */ }
@@ -14,7 +14,7 @@ import Cards from '/snippets/integrations/cards/botpress/messenger.mdx'
1414
1515{ /* vale on */ }
1616
17- The official Messenger integration allows users to chat with your bot by messaging a Facebook page.
17+ The official Messenger and Facebook integration allows users to chat with your bot by messaging a Facebook page.
1818
1919## Setup
2020
@@ -82,7 +82,7 @@ The official Messenger integration allows users to chat with your bot by messagi
8282 <Step title = " Install the integration" >
8383
8484 1 . In Botpress Studio, select ** <Icon icon = " boxes" /> Explore Hub** in the upper-right corner.
85- 2 . Search for the ** Messenger** integration, then select ** Install Integration** .
85+ 2 . Search for the ** Messenger and Facebook ** integration, then select ** Install Integration** .
8686 3 . In the ** Configuration** menu, select the drop-down menu, then select ** Configure by manually supplying the Meta app details** .
8787
8888 </Step >
@@ -164,7 +164,11 @@ The official Messenger integration allows users to chat with your bot by messagi
164164 </Note >
165165 </Step >
166166 <Step title = " Subscribe to webhook fields" >
167- Under ** Webhook fields** , subscribe to ` messages ` and ` messaging_postbacks ` .
167+ Under ** Webhook fields** , subscribe to:
168+
169+ - ` messages `
170+ - ` messaging_postbacks `
171+ - ` feed `
168172 </Step >
169173 </Steps >
170174
@@ -244,12 +248,6 @@ To get the Messenger ID of the recipient:
244248event .tags .message [" messenger:recipientId" ]
245249```
246250
247- or
248-
249- ``` js
250- event .tags .conversation [" messenger:recipientId" ]
251- ```
252-
253251### Sender ID
254252
255253To get the Messenger ID of the sender:
@@ -258,12 +256,6 @@ To get the Messenger ID of the sender:
258256event .tags .message [" messenger:senderId" ]
259257```
260258
261- or
262-
263- ``` js
264- event .tags .conversation [" messenger:senderId" ]
265- ```
266-
267259### Conversation ID
268260
269261To get the Messenger ID of the conversation:
0 commit comments