Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #561 from bmperrea/patch-1
Browse files Browse the repository at this point in the history
message_referral -> facebook_referral
  • Loading branch information
Ben Brown authored Dec 19, 2016
2 parents bf2a10e + d5a46fe commit 73542a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme-facebook.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Normal messages will be sent to your bot using the `message_received` event. In
| message_delivered | a confirmation from Facebook that a message has been received
| message_read | a confirmation from Facebook that a message has been read
| facebook_optin | a user has clicked the [Send-to-Messenger plugin](https://developers.facebook.com/docs/messenger-platform/implementation#send_to_messenger_plugin)
| message_referral | a user has clicked on a [m.me URL with a referral param](https://developers.facebook.com/docs/messenger-platform/referral-params)
| facebook_referral | a user has clicked on a [m.me URL with a referral param](https://developers.facebook.com/docs/messenger-platform/referral-params)

All incoming events will contain the fields `user` and `channel`, both of which represent the Facebook user's ID, and a `timestamp` field.

Expand Down

0 comments on commit 73542a0

Please sign in to comment.