Skip to content

Instantly share code, notes, and snippets.

@jshaw
Created November 30, 2012 17:21
Show Gist options
  • Save jshaw/4177146 to your computer and use it in GitHub Desktop.
Save jshaw/4177146 to your computer and use it in GitHub Desktop.
FB App request with custom filter for ID
https://apps.facebook.com/fbrelll/fb.ui/apprequests
document.getElementById('send-to-many').onclick = function() {
FB.ui({
method: 'apprequests',
filters: [{name: 'Coffee Lovers', user_ids: [UID,UID,UID,UID]}],
message: 'You should learn more about the Platform.'
}, Log.info.bind('send-to-many callback'));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment