Skip to content

Instantly share code, notes, and snippets.

@maripo
Created May 8, 2012 06:49
Show Gist options
  • Save maripo/2633116 to your computer and use it in GitHub Desktop.
Save maripo/2633116 to your computer and use it in GitHub Desktop.
Facebook multi request dialog with customized categories
FB.ui({
method: 'apprequests',
message: 'TITLE',
filters:[
{name: 'CategoryA', user_ids: [userId0, userId1]},
{name: 'CategoryB', user_ids: [userId2, userId3, userId4]}
]
}, requestCallbak);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment