Skip to content

Instantly share code, notes, and snippets.

@rgs1
Created October 26, 2014 02:42
Show Gist options
  • Save rgs1/0f955b71573cc7f9aa06 to your computer and use it in GitHub Desktop.
Save rgs1/0f955b71573cc7f9aa06 to your computer and use it in GitHub Desktop.
FB.login(function() {
FB.api('/me/feed', 'post', {message: 'Hello, world!'});
}, {scope: 'publish_actions'});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment