Skip to content

Commit

Permalink
Update facebook documentation on how to set up the app (#1177)
Browse files Browse the repository at this point in the history
  • Loading branch information
amalsebs authored and FabioRosado committed Oct 21, 2019
1 parent a67afe9 commit d7a8eb1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/connectors/facebook.md
Expand Up @@ -10,8 +10,9 @@ Follow the steps to get access token :

- Create a Facebook page for your bot
- Visit https://developers.facebook.com
- Create a new app and add a messenger product
- Generate a `page-access-token` for the page you created
- Create a new app
- Once the app is created, go to app’s Settings, and under PRODUCTS, click Add Product. Select Messenger, and choose to Set up the messenger product.
- Generate a `page-access-token` for the page you created to start using Facebook APIs
- Create a webhook pointing to `http(s)://your-bot-url.com:port/connector/facebook`
- Randomly generate a `verify-token` and add that to the webhook

Expand Down

0 comments on commit d7a8eb1

Please sign in to comment.