Created
May 8, 2012 06:49
-
-
Save maripo/2633116 to your computer and use it in GitHub Desktop.
Facebook multi request dialog with customized categories
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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