FacebookService

A Facebook service.

Constructors

this
this(string pageId, string token, size_t commentRateLimit)

Creates a new Facebook service.

Members

Functions

createPost
FacebookPost createPost(string message, string photo)

Creates a post. If no photo is specified then an empty 400x1 image is attached.

retrievePost
FacebookPost retrievePost(string id, bool readPost)

Retrieves a Facebook post.

Properties

commentRateLimit
size_t commentRateLimit [@property getter]

Gets the comment rate limit.

pageId
string pageId [@property getter]

Gets the page id.

token
string token [@property getter]

Gets the token.

Meta