FacebookPostInfoProviderGetFacebookPostInfosByAccountIdInternal Method |
Retrieves an object query of Facebook posts for the specified Facebook account (page) identifier, and returns it.
Namespace: CMS.SocialMarketingAssembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 9.0.0
Syntax protected virtual ObjectQuery<FacebookPostInfo> GetFacebookPostInfosByAccountIdInternal(
int facebookAccountId
)
Parameters
- facebookAccountId
- Type: SystemInt32
Facebook account (page) identifier.
Return Value
Type:
ObjectQueryFacebookPostInfoAn object query of Facebook posts for the specified account (page).
See Also