FacebookService.createPost

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

class FacebookService
final
createPost
(
string message
,
string photo = null
)

Parameters

message string

The message of the post.

photo string

(optional) The photo of the post. This must be an URL.

Return Value

The newly created Facebook post.

Meta