Created
August 19, 2014 22:22
-
-
Save scripting/828144d4a9dda203164c to your computer and use it in GitHub Desktop.
Revisions
-
scripting created this gist
Aug 19, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ function fbUpdatePost (idPost, thePostText) { FB.api (idPost, "post", {message: thePostText}, function (response) { console.log ("fbUpdatePost: response == " + JSON.stringify (response, undefined, 4)); }); }