Fb:add-section-button
From Facebook Developers Wiki
[edit] Description
Renders an Add to Info button on an application’s canvas page, which allows a user to add a new application info section to the Info tab of the profile.
The Add to Info button only appears if the application has already called profile.setInfo and set info for that user. We recommend you call profile.setInfo after the user has entered enough data for your application to be able to make a compelling info section.
If the user already has an info section from the application, the Add to Info button does not appear on that application’s canvas page.
[edit] Attributes
| Required | Name | Type | Description | |
| required | section | string | Specifies the title for the application info section. |
|---|
[edit] Examples
| <fb:add-section-button section="info" /> |
