FacebookPost.writeComment

Writes a comment on the post.

class FacebookPost
final
string
writeComment
(
string message
,
string photo = null
)

Parameters

message string

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

photo string

(optional) The photo of the comment.

Return Value

Type: string

The id of the new comment.

Meta