Created
August 12, 2018 20:37
-
-
Save esokullu/6e8b701ef3c261f698fa8f3baa0c240e to your computer and use it in GitHub Desktop.
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 characters
GraphJS.sendMessage( | |
"48760696099368953dd71a90b727acba", // the recipient's ID | |
"hey Emre, how is life?", // the message | |
function(response) { | |
// Do something | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment