FacebookPost.appendComment

Appends a comment to another comment.

class FacebookPost
final
string
appendComment
(
string commentId
,
string message
,
string photo = null
)

Parameters

commentId string

The id of the comment to append to.

message string

The message of the new comment. This value can be null.

photo string

(optional) The photo of the new comment.

Return Value

Type: string

The id of the new comment.

Meta