Флавия
См. http://developers.facebook.com/docs/plugins/registration/#custom_fields
Вы должны иметь возможность указать любые настраиваемые поля, которые вы хотите включить.
{"name":"the-name", "description": "the-description", "type": "option-type"}
или если есть варианты.
{"name":"the-name", "description": "the-description", "type": "option-type", "options": {"name":"value","name":"value"}}
<fb:registration redirect-uri="https://developers.facebook.com/tools/echo"
fields='[
{"name":"name"},
{"name":"foo","description":"Type foo","type":"text"},
{"name":"bar","description":"Type bar","type":"text"},
{"name":"facebooker","description":"Pick Paul","type":"select","options": {"coder":"Paul","pm":"Austin","partners":"Cat"}}]'
onvalidate="validate"></fb:registration>