Skip to content

Instantly share code, notes, and snippets.

@jirawatee
Created July 1, 2020 14:45
Show Gist options
  • Save jirawatee/d0c358c51f47bb849a1a13d59617483b to your computer and use it in GitHub Desktop.
Save jirawatee/d0c358c51f47bb849a1a13d59617483b to your computer and use it in GitHub Desktop.
// ต.ย รองรับการเปิด LIFF ทั้งในแอป LINE และ External browser
await liff.init({ liffId: "YOUR-LIFF-ID" })
if (liff.isLoggedIn()) {
// Login แล้วจ้า
} else {
liff.login()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment