Reference Guide
facebook FBML Reference Guide Page 91 of 159
ids
array
A zero-based array containing all of the user IDs of the people the user invited.
Examples
Example FBML Invite Page
<fb:fbml>
<fb:request-form
action="index.php"
method="POST"
invite="true"
type="Librarian"
content="Your text goes here. <?php echo htmlentities("<fb:req-choice url=\"YOUR URL\" label=\"Add My
APP!\" />"); ?>">
<fb:multi-friend-selector
showborder="false"
actiontext="Invite your friends to use Librarian.">
</fb:request-form>
</fb:fbml>
Example Java Invite Page
Here is the FBML:
<fb:request-form
action="start.htm"
method="POST"
invite="true"
type="nutshOt network"
content="nutshOt network is the best place on Facebook for viewing, sharing and giving
friends the highest quality nutshOts. Join me on the nutshOt network!
<fb:req-choice url='http://www.facebook.com/add.php?api_key=<c:out value='${apiKey}' />'
label='Check out the nutshOt network!' />
">
<fb:multi-friend-selector
showborder="false"
actiontext="Invite your friends to the nutshOt network."
exclude_ids="<c:out value='${appUserFriends}' />"
max="20" />
</fb:request-form>
Here is the server side Java:
www.yapish.com










