FacebookService.retrievePost

Retrieves a Facebook post.

class FacebookService
final
retrievePost
(
string id
,
bool readPost = false
)

Parameters

id string

The id of the post to retrieve.

readPost bool

A boolean determining whether the post information should be read or not.

Return Value

The retrieved Facebook post.

Meta