vue-authenticate icon indicating copy to clipboard operation
vue-authenticate copied to clipboard

Not callback when authenticate facebook

Open phamcongsonit opened this issue 7 years ago • 1 comments

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 not return data Please help me to check it And, now Facebook version is 2.12, can you update ?

phamcongsonit avatar Mar 22 '18 02:03 phamcongsonit

Hi, Any update on this issue?

Thanks

Ethan0007 avatar Dec 25 '18 15:12 Ethan0007