Click or drag to resize
FacebookAccountInfoProviderGetFacebookAccountsByApplicationIdInternal Method
Retrieves an object query of Facebook accounts belonging to Facebook application with given ID.

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 9.0.0
Syntax
C#
protected virtual ObjectQuery<FacebookAccountInfo> GetFacebookAccountsByApplicationIdInternal(
	int applicationId
)

Parameters

applicationId
Type: SystemInt32
Facebook application ID.

Return Value

Type: ObjectQueryFacebookAccountInfo
Facebook accounts with required application ID.
See Also