Needs review
Project:
Facebook Connect
Version:
7.x-2.0-beta4
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
20 Nov 2012 at 09:43 UTC
Updated:
22 Nov 2012 at 19:01 UTC
Jump to comment: Most recent file
Comments
Comment #1
Sneakyvv commentedI already wrote a patch, which adds a new setting tab (admin/config/people/fbconnect/extra_fields). Here you can enter the mapping between the Facebook fields and the local user fields. For example:
This means that first_name will be imported into the field_first_name field. If you need the values from Facebook to be mapped to internal values, you can give them after the facebook-internal mapping. So the last line means that male will be saved as 0 and female as 1.
Any thoughts?
Comment #2
klucid commentedThanks for the patch! Works like a charm.