Click or drag to resize
EntityMappingGetFacebookPermissionScopeNames Method
Retrieves a collection of Facebook permission scope names required to obtain required values of Facebook API object, and returns it.

Namespace: CMS.MembershipProvider.Facebook
Assembly: CMS.MembershipProvider (in CMS.MembershipProvider.dll) Version: 9.0.0
Syntax
C#
public string[] GetFacebookPermissionScopeNames(
	EntityModel model
)

Parameters

model
Type: CMS.MembershipProvider.FacebookEntityModel
The model of the Facebook API object.

Return Value

Type: String
A collection of Facebook permission scope names required to obtain required values of Facebook API object.
See Also