Skip to content

Instantly share code, notes, and snippets.

@colmdoyle
Created November 17, 2011 16:52
Show Gist options
  • Save colmdoyle/1373722 to your computer and use it in GitHub Desktop.
Save colmdoyle/1373722 to your computer and use it in GitHub Desktop.
function sendRequest() {
FB.ui({
method: 'apprequests',
message: 'Check out this awesome app!'
},
function(response) {
console.log('sendRequest response: ', response);
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment