Fb:error
From Facebook Developers Wiki
Contents |
[edit] Description
Renders a standard Facebook error message. The content within the <fb:error> tags is used as the error message text.
[edit] Attributes
| Required | Name | Type | Description | |
| required | message | string | The heading text to display in the error box. Alternately, you can specify the heading text using an fb:message child. | |
|---|---|---|---|---|
| optional | decoration | string | Customize the appearance of the error by choosing among two styles:
|
[edit] Examples
| <fb:error message="Error message" /> |
![]() |
| <fb:error> <fb:message>Error message</fb:message> This is the error message text. </fb:error> |
![]() |
[edit] Notes
The error must contain at least one fb:message child or the message attribute as the heading text.
[edit] See Also
You can see a real world example of this tag in the Who's Showing Up demo application. Go to Demos for more details and to download and install the demo apps.


