Phạm Công Sơn
Results
1
issues of
Phạm Công Sơn
Hello dgrubelic I try to use vue-authenticate to login facebook `this.$auth.authenticate(provider).then(function (authResponse) { this_.$http.get('https://graph.facebook.com/v2.5/me', { params: { access_token: this_.$auth.getToken() } }).then(function (response) { this_.response = response }) })` But it...