According to this article: http://techmusingz.wordpress.com/2014/07/03/social-connected-with-sitecore-facebook-2-access-facebook-information/ I should get the properties configured in Sitecore.Social.ProfileMapping.Facebook.config imported to the SC User Profile:
All I get however are these:
fb_basicData_id: 100001964217563
fb_basicData_email: <hidden>@hotmail.com
fb_basicData_appKey: <hidden>
fb_basicData_appSecret: <hidden>
fb_basicData_accessTokenSecret: <hidden>
fb_lastRenewed: 20150106T013821Z
fb_fieldsLastRenewed: 20150105T234345Z
How do I get the other properties to populate?
Starting from version 3.0, Social Connected stores social profile fields in Sitecore xDB contact facets. This is why you don't have them in user profile.
To get the required fields, you should use Social Connected API. Particularly, you should use the GetSocialProfile method of the SocialProfileManager class to get social profile of a user in a specific network. And then you will have access to all social profile fields in the Fields property of the social profile. Example: