| EntityMappingGetFacebookPermissionScopeNames Method | 
            Retrieves a collection of Facebook permission scope names required to obtain required values of Facebook API object, and returns it.
            
 
Namespace: CMS.ExternalAuthentication.FacebookAssembly: CMS.ExternalAuthentication (in CMS.ExternalAuthentication.dll) Version: 10.0.0
 Syntax
Syntaxpublic string[] GetFacebookPermissionScopeNames(
	EntityModel model
)
Parameters
- model
- Type: CMS.ExternalAuthentication.FacebookEntityModel
 The model of the Facebook API object.
Return Value
Type: 
StringA collection of Facebook permission scope names required to obtain required values of Facebook API object.
 See Also
See Also