Jump to: navigation, search

AddComment

This operation is part of the Facebook Private Messaging API section of the Web Services API.

Overview

Sets a comment on the specified FacebookSession interaction.

Request URL /api/v2/me/facebooksessions/{id}
HTTP Method POST
Required Features api-multimedia

Parameters

Parameter Value
operationName AddComment
comment A string value used for the FacebookSession comment.

Sample

Request

POST api/v2/me/facebooksessions/0000Na9B26EF003M 

{
 "operationName": "AddComment", 
 "comment": "Some facebook session comment text"
}

Response

{
  "statusCode": 0
}

Notification

{
    "referenceId": 34,
    "facebooksession": {
        "participants": [
            {
                "nickname": "TestName",
                "type": "Agent",
                "participantId": "009052C73228006D"
            },
            {
                "nickname": "FirstL",
                "type": "Customer",
                "participantId": "009052C73223006B"
            }
        ],
        "state": "Chatting",
        "id": "0000Na9B26EF003M",
        "capabilities": [
            "Transfer",
            "Complete",
            "Leave",
            "InFocus",
            "SendMessage",
            "SendStartTypingNotification",
            "SendStopTypingNotification"
        ],
        "comment": "Some chat comment text",
        "uri": "http: //localhost:8080/api/v2/facebooksessions/0000Na9B26EF003M"
    },
    "notificationType": "PropertiesUpdated",
    "messageType": "FacebooksessionStateChangeMessage"
}
This page was last edited on January 24, 2019, at 03:19.
Comments or questions about this documentation? Contact us for support!