This could be a issue.
I was calling
logInWithReadPermissions(context, listOf("email", "public_profile"))
Before registerCallback
So callback was not triggered.
moving login post registercallback fixed issue