Skip to content

Instantly share code, notes, and snippets.

@PamornT
Created October 20, 2019 19:52
Show Gist options
  • Save PamornT/21c169ad3cde7e67fd27e786481d3f52 to your computer and use it in GitHub Desktop.
Save PamornT/21c169ad3cde7e67fd27e786481d3f52 to your computer and use it in GitHub Desktop.
...
if(event.message.text === 'register') {
let access_token = await issue_access_token();
access_token = JSON.parse(access_token);
// 7. Initialize LINE Header
// 8. Store Access Token to Real Time Database
// 9. Reply result to User Chat Room
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment