MagicCMS Documentation

FacebookPostCollection Constructor (String, String, Int32)

Initializes a new instance of the FacebookPostCollection class.

Namespace:  MagicCMS.Facebook
Assembly:  MagicCMS.4.5 (in MagicCMS.4.5.dll)

Syntax


public FacebookPostCollection(
	string accessKey,
	string facebookPage,
	int max
)

Parameters

accessKey
Type: String
The Facebook Api access key.
facebookPage
Type: String
The facebook page from which getting the posts. It MUST be a public Facebook Page (not a profile, neither a group).
max
Type: Int32
The maximum number of returned posts (if max is 0 alla available posts are returned).