I\'m trying to login Facebook using custom interface it worked fine in Activity class. same thing i have to do in Fragment too. but Callback is not executing. is it not poss
You just need to add one line inside fragment
fbLoginButton.setFragment(this);
You will get the control in
@Override public void onActivityResult(int requestCode, int resultCode, Intent data) {}