Skip to content

Instantly share code, notes, and snippets.

@jirawatee
Last active November 27, 2019 03:15
Show Gist options
  • Save jirawatee/88583b0c3e8795eb05ee921682097375 to your computer and use it in GitHub Desktop.
Save jirawatee/88583b0c3e8795eb05ee921682097375 to your computer and use it in GitHub Desktop.
Initialize in LIFF
<script>
liff.init({ liffId: "1234567890-XXXXXXXXX" }, () => {
if (liff.isLoggedIn()) {
// ขั้นตอน 4.4 รออยู่
} else {
liff.login();
}
}, err => console.error(err.code, error.message));
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment