Skip to content

Instantly share code, notes, and snippets.

@nicholasdunbar
Last active August 29, 2015 13:56
Show Gist options
  • Save nicholasdunbar/8809290 to your computer and use it in GitHub Desktop.
Save nicholasdunbar/8809290 to your computer and use it in GitHub Desktop.
Example of old fb:request-form in deprecated Facebook FBML
<fb:fbml>
<fb:request-form
action=""
target=""
method="POST"
invite="true"
type="Sketch 'n Pass"
content="Check out my drawing :)
<fb:req-choice url='<?php echo $config->topURL."/".$config->fbAppName."/?".$this->inviteURLVars;?>'
label='Check it out'
/>
" >
<fb:request-form-submit
import_external_friends="false"
/>
<fb:multi-friend-selector
showborder="true"
exclude_ids=""
condensed="true"
import_external_friends="false"
selected_rows="6"
style="width:400px;height:450px;"
/>
</fb:request-form>
</fb:fbml>
<!--
//see new way of doing it here https://gist.github.com/nicholasdunbar/8809354
//This is an example in the following article:
//List of user ids from requests dialog | Migrating from fb:request-form to fb.UI apprequests
//found at http://www.actionscript-flash-guru.com/blog/43-list-of-user-ids-from-requests-dialog-migrating-from-fbrequest-form-to-fbui-apprequests-facebook-api-javascript-php-.php
-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment