IFBMessenger Interface |
Namespace: NetQuarry.Services.Facebook
The IFBMessenger type exposes the following members.
Name | Description | |
---|---|---|
AppID |
The ID of the Facebook app that is set as the secondary
receiver of Facebook messages for the Facebook page
specified in the PageID property.
| |
PageAccessToken |
A token to authenticate Facebook API calls as a Facebook page.
| |
PageID |
The ID of a Facebook page.
| |
SlackNotificationBody |
The ID of a Facebook page.
| |
WebhookVerificationMode |
The verification mode that Facebook provides in a query parameter
to the verify webhook endpoint. At the time of writing, the only
value is 'subscribe' but it is a property of the service so a change
in the future doesn't require a recompile.
| |
WebhookVerificationToken |
The token set in Facebook's Developer Console that Facebook
will provide in a query parameter to the verify webhook
endpoint for us to verify that it is Facebook who is sending
us events.
|
Name | Description | |
---|---|---|
Send |
Send a message to a Facebook user in Facebook Messenger.
| |
SendViaPhoneNumber |
Send a message to a user in Facebook Messenger assuming they have linked
their phone number with their Facebook account. Including the optional first
or last name will increase the odds of a successful match.
| |
UserName |
Looks up the user's name.
|