Using facebook.authorize with the Android SDK does not call onActivityResult
问题 I'm trying to call the Facebook authorization from my Android activity, but for some reason it never calls the onActivityResult as it should. I followed the official tutorial, and I even created a very simple application just in order to try this functionality: public class SimpleFacebookActivity extends Activity { private EditText console; private Facebook facebook = new Facebook(APP_ID); @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);