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.SocialMedia.Facebook
Assembly: CMS.SocialMedia (in CMS.SocialMedia.dll) Version: 8.2.23
Syntax
C#
public string[] GetFacebookPermissionScopeNames(
	EntityModel model
)

Parameters

model
Type: CMS.SocialMedia.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