Profile.setInfoOptions
From Facebook Developers Wiki
[edit] Description
Specifies the objects for a field for an application info section. These options populate the typeahead for a thumbnail.
[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. | ||
| options | array | A JSON-encoded array of items for a thumbnail, including a label and a link, and optionally contains image, description, and sublabel items. | ||
| optional | format | string | Desired response format. Either XML (default) or JSON. |
