Commands‎ > ‎

FINFO

Description

List information fields for friend(s)

Parameters

 1 (required) User Field(s) Field List. This is a comma-separated list of fields.  Use the UFIELDS command to see a list of available fields.
 2 (optional) flist Friend List.

See the syntax page and the parameter defaults page for information on setting your default parameters.

Output

For each friend, it lists the value of the given fields.

Preferences

The following Preferences apply to this command:
See the general preferences page for a list of preferences that apply to all (or most) commands.

Notes

  • Instead of requesting the uid field, use the show_id preference
  • The list of fields can also be seen at the Facebook User Table page
  • Note that the fields are not verified as 'valid' fields by FBCMD in case new fields are added to the user table before the next FBCMD release.

Examples

Display birthdays:
fbcmd FINFO birthday_date =all

Example Two:
fbcmd FINFO sex,relationship_status =all
Comments