Skip to content

Instantly share code, notes, and snippets.

@matthieu-D
Last active October 6, 2017 16:26
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save matthieu-D/1cdb3ce60ce1722c441023e505586c3f to your computer and use it in GitHub Desktop.
platform.ready().then(() => {
ApiAIPromises.init({
clientAccessToken: "26950d7a838f45e0b584e39ef33c7c47"
})
.then((result) => console.log(result))
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment