Info fields
From Facebook Developer Wiki
Data structure for the info_fields parameter, which is used by profile.setInfo and profile.setInfoOptions.
struct info_item {
string label,
string sublabel,
string description,
string link,
string image,
}
struct info_field {
string field,
list<info_item> items
}
