Click or drag to resize
FacebookMappingHelperMapUserProfileInternal Method
Maps the values of Facebook user profile attributes to the values of CMS user fields depending on the current mapping.

Namespace: CMS.ExternalAuthentication.Facebook
Assembly: CMS.ExternalAuthentication (in CMS.ExternalAuthentication.dll) Version: 11.0.0
Syntax
C#
public virtual void MapUserProfileInternal(
	FacebookUserProfile userProfile,
	UserInfo user
)

Parameters

userProfile
Type: CMS.ExternalAuthentication.FacebookFacebookUserProfile
The Facebook user profile.
user
Type: CMS.MembershipUserInfo
The CMS user.
See Also