Android Question Facebook login SignedIn event does not fire on some phones

biometrics

Active Member
Licensed User
Longtime User
Hi,

I'm using the Google and Facebook login as detailed here: https://www.b4x.com/android/forum/t...rebaseauth-to-support-facebook.67954/#content

It's working well on a Sony Z3 and a Oneplus 6T but on a Samsung Galaxy S6 with Android 7.0 the Facebook SignedIn event doesn't fire. Google login works on the S6.

In the log I see this entry:

B4X:
Facebook success: com.facebook.login.LoginResult@a404f72

I tried logging out from the Facebook app. Then when running:

B4X:
auth.Initialize("auth")
facebook.Initialize
facebook.SignIn

It displays the Facebook login dialog. Once logged in the SignedIn event still doesn't fire.

Any ideas?
 

biometrics

Active Member
Licensed User
Longtime User
Don't you see a message starting with: signInWithCredential ?
I'm not sure. Unfortunately the client has left with his Samsung S6 and he's lives in another city. I wonder if I can remotely do a debug session. Which port do you use for the bridge so I can get him to set up port forwarding on his router? I'll get the full log for you then.
 
Upvote 0
Top