Skip to content

Instantly share code, notes, and snippets.

@antiface
Forked from scripting/gist:828144d4a9dda203164c
Created August 20, 2014 20:31
Show Gist options
  • Select an option

  • Save antiface/08c9c6f1da700d03d674 to your computer and use it in GitHub Desktop.

Select an option

Save antiface/08c9c6f1da700d03d674 to your computer and use it in GitHub Desktop.
function fbUpdatePost (idPost, thePostText) {
FB.api (idPost, "post", {message: thePostText}, function (response) {
console.log ("fbUpdatePost: response == " + JSON.stringify (response, undefined, 4));
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment