Skip to content

Instantly share code, notes, and snippets.

@MattTheRed
Created June 4, 2013 20:25
Show Gist options
  • Save MattTheRed/5709260 to your computer and use it in GitHub Desktop.
Save MattTheRed/5709260 to your computer and use it in GitHub Desktop.
function sendRequestToRecipients() {
FB.ui({method: 'apprequests',
new_style_message: true,
message: 'wants you to check out something AMAZING in',
to: '499802820'
}, requestCallback);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment