Closed munkh-altai closed 5 years ago
@munkh-altai Please fill in the create issue template and add steps to reproduce. Does it happen with the current vue demo in the repository?
I am tired with IOS. Also i was tried with https://github.com/NativeScript/nativescript-facebook/tree/master/demo-vue. But same problem. Facebook login success but not redirect to Home page and custom login App crashing.
Did you check Demo App on Real Device ?
@munkh-altai
The crash with the custom login is also reported here and has been fixed.
Regarding the issue with the FacebookLoginButton, I managed to reproduce it only with the following steps:
I believe this is related to the fact that all demo apps share the same app id and the Facebook SDK has troubles identifying the correct app to give the access token once you login. Can you confirm that you are having the issue when running only one of the demo apps or you are also running more than one app with the same id?
P.S. In order to confirm that the callback is called, on this line I added:
console.log('SUCCESSFUL LOG IN!!!');
closing due to inactivity
Facebook login success but not call login event method.
<FacebookLoginButton @login="onLogin" >
and custom login not working error NSInvalidArgumentException