Click or drag to resize
FacebookMappingHelperGetUserProfileMapper Method
Retrieves an object that provides mapping between Facebook user profiles to CMS users, and returns it.

Namespace: CMS.SocialMedia.Facebook
Assembly: CMS.SocialMedia (in CMS.SocialMedia.dll) Version: 8.2.23
Syntax
C#
public static IEntityMapper<FacebookUserProfile, UserInfo> GetUserProfileMapper()

Return Value

Type: IEntityMapperFacebookUserProfile, UserInfo
An object that provides mapping between Facebook user profiles to CMS users.
See Also