Android Question facebook login problem

uniplan

Active Member
Licensed User
Longtime User
Hi, i have a problem into my login facebook...
i followed this steps,

https://www.b4x.com/android/forum/t...seauth-to-support-facebook.67954/#post-430482

but when i click on the facebook login, nothing to do and the event not raised
this is my unfiltered log

Timeline: Activity_launch_request id:uniplan.greenapp time:292640
** Activity (frmaccedi) Pause, UserClosed = false **
performCreate Call secproduct feature valuefalse
performCreate Call debug elastic valuetrue
Timeline: Activity_idle id: android.os.BinderProxy@10de126 time:292861
updateVisibility : ActivityRecord{168c6dd0 token=android.os.BinderProxy@a580b31 {uniplan.greenapp/uniplan.greenapp.frmaccedi}} show : true
(HTTPLog)-Static: isSBSettingEnabled false
sending message to waiting queue (OnActivityResult)
running waiting messages (1)
** Activity (frmaccedi) Resume **
Timeline: Activity_idle id: android.os.BinderProxy@a580b31 time:293125
topic sync succeeded
(HTTPLog)-Static: isSBSettingEnabled false
(HTTPLog)-Static: isSBSettingEnabled false


Any idea for this problem?
Thank you
 

hongbii khaw

Member
Licensed User
Longtime User
Sorry my friend. I can't really understand you. What do you mean by saying where should you handle this event? In order to check if user is created or not. This event is called after you registered with facebook.
I mean the Sub Auth_SignedIn (User As FirebaseUser) Event didnt raise when I click on the facebook login.
Although there is a
B4X:
Facebook success: com.facebook.login.LoginResult@9a1a739
in the log
 
Upvote 0
Top