Click or drag to resize
FacebookPostInfoProvider.GetFacebookPostInfosByAccountId Method
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: 9.0.0
Syntax
C#
public static ObjectQuery<FacebookPostInfo> GetFacebookPostInfosByAccountId(
	int facebookAccountId
)

Parameters

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

Return Value

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