Click or drag to resize
FacebookAccountInfoProviderGetFacebookAccountsByApplicationId 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#
public static ObjectQuery<FacebookAccountInfo> GetFacebookAccountsByApplicationId(
	int applicationId
)

Parameters

applicationId
Type: SystemInt32
Facebook application ID.

Return Value

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