0.0.2 • Published 5 years ago

zalo-social-dialog v0.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

zalo-social-dialog

Install

npm i -S zalo-social-dialog

Usage

import ZaloSocialDialog from 'zalo-social-dialog'

let zalo = new ZaloSocialDialog({
    app_id: 'YOUR_ZALO_APP_ID',
    redirect_uri: '',
    state: ''
})

zalo.login()
    .then(params => {
        // Success
        console.log(params.code)
    })
    .catch(() => {
        // Error
        console.log('Cancelled')
    })
0.0.2

5 years ago

0.0.1

5 years ago