Send a message to a Facebook user in Facebook Messenger.
Namespace:
NetQuarry.Services.Facebook
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax string Send(
string psid,
string message,
string messageTag = null
)
Function Send (
psid As String,
message As String,
Optional messageTag As String = Nothing
) As String
Parameters
- psid
- Type: SystemString
The Facebook Page-Specific ID of the user to which to send the message. - message
- Type: SystemString
The message content (plain text). - messageTag (Optional)
- Type: SystemString
A tag that identifies the type of message.
See Facebook Message Tags
Return Value
Type:
StringThe ID of the message sent.
Exceptions See Also