Reference Guide

facebook FBML Reference Guide Page 89 of 159
Fb:req-choice
Description
Specifies a button to be shown at the bottom of a request on the user's requests page.
Attributes
Required Name Type Description
required url
string
The URL to which the button should take the user upon click. must be an absolute
label
string
Specifies the text to display on this button.
Examples
<fb:req-choice url="http://apps.facebook.com/example/confirm.php" label="Confirm" />
Notes
An Ignore button is added by default and will dismiss the request. Including Ignore as a req-choice often
results
[who says?][possible bug?]
in the loss of all buttons. Using the same URL for multiple buttons will cause only the
last button with the URL to be shown.
www.yapish.com