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