FacebookPost.readComments

Reads the first set of comments from the post. Use readNextComments() to read the next set of comments.

class FacebookPost
final
readComments
(
string order = "chronological"
)

Parameters

order string

The order of the comments.

Return Value

An array with the comments from the first set.

Meta