| IFacebookUserProviderGetFacebookUser Method (String) | 
            Gets information about Facebook user. 
            
 
Namespace: CMS.ExternalAuthentication.FacebookAssembly: CMS.ExternalAuthentication (in CMS.ExternalAuthentication.dll) Version: 10.0.0
 Syntax
SyntaxFacebookUserProfile GetFacebookUser(
	string facebookUserId
)
Parameters
- facebookUserId
- Type: SystemString
 Facebook user's ID.
Return Value
Type: 
FacebookUserProfileFacebook user data class
 See Also
See Also