I am trying to map the user's hometown field to a profile textfield without success. I gave the right permissions but the field is still empty... Date (birthday) field works perfectly... Am I doing wrong?
So just enable the permission on fboauth admin screen for hometown and add a profile textfield. Then map the textfield to the Facebook-hometown...
Any help would be really appreciated.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | fboauth_profile_object_import.patch | 1.1 KB | quicksketch |
Comments
Comment #1
quicksketchYep that should be the whole process. I've confirmed hometown works fine in the Drupal 7 version, but the D6 version of the module isn't pulling in the hometown information. I'll see why this is.
Comment #2
quicksketchOur profile.module integration isn't quite as good as the D7 field.module integration. I copied over this bit of code from the D7 version to make it so that profile fields can import locations, significant other, and hometown information into textfields. I'm making a run through the issue queue and then I'll make a 1.6 release that includes this fix.