FacebookPostInfoProvider GetFacebookPostInfosByAccountId Method Kentico 8.1 API Reference
Retrieves an object query of Facebook posts for the specified Facebook account (page) identifier, and returns it.

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

facebookAccountId
Type: OnlineSystem Int32
Facebook account (page) identifier.

Return Value

Type: ObjectQuery FacebookPostInfo 
An object query of Facebook posts for the specified account (page).
See Also