I couldn't manage to callback result with activity result API since Facebook SDK itself starts the activity for facebook login. When I try to write contract, I dont know what should I provide as a intent. I end up with opening a blank activity via contract and get result back when that activity is destroyed. In summary I dont know how to call the statement below with new Activity Result API. Any idea about that ? I also checked whether any updates from facebook API,but no luck for that.
mFacebookCallbackManager.onActivityResult(1001, resultCode, intent)