Skip to content

Instantly share code, notes, and snippets.

@PamornT
Created October 20, 2019 19:57
Show Gist options
  • Save PamornT/a6d843ceff51c11f6fb28789cd56c53b to your computer and use it in GitHub Desktop.
Save PamornT/a6d843ceff51c11f6fb28789cd56c53b 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);
await initialLINE(access_token['token_type'], access_token['access_token']);
// 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