Profile.getInfoOptions
From Facebook Developers Wiki
[edit] Description
Returns the options associated with the specified field for an application info section.
[edit] Parameters
| Required | Name | Type | Description | |
| required | api_key | string | The application key associated with the calling application. | |
|---|---|---|---|---|
| sig | string | An MD5 hash of the current request and your secret key, as described in the authentication guide. | ||
| v | string | This must be set to 1.0 to use this version of the API. | ||
| field | string | The title of the field. | ||
| optional | format | string | Desired response format. Either XML (default) or JSON. |
