Skip to content

Commit

Permalink
Nitpicking
Browse files Browse the repository at this point in the history
  • Loading branch information
jgorset committed Jul 1, 2016
1 parent 32098e3 commit 2e4f603
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,10 +171,13 @@ Create an Application on [developers.facebook.com] and go to the Messenger
tab. Select the Page you want to install your bot on.

Create a new webhook, enter the domain your bot is connected to and a verify
token of your choosing. NOTE: If you subscribe to message_echoes, the "Bot.on :message" block will try to process these. This could potentially put your app in a bad feedback loop.
token of your choosing.

![Application settings](https://scontent-amt2-1.xx.fbcdn.net/hphotos-xfp1/t39.2178-6/12057143_211110782612505_894181129_n.png)

*Note*: Don't subscribe to `message_echoes`; it'll echo your bot's own messages
back to you, effectively DDOSing yourself.

Use the generated access token and your verify token to configure your bot:

##### ... pass a block, or
Expand Down

0 comments on commit 2e4f603

Please sign in to comment.