I have integrated latest Facebook android sdk (Sdk 4.0). This is the code I have added in my onCreate method.
FacebookSdk.sdkInitialize(this.getApplication
Please add the following code:
protected void onActivityResult(int requestCode, int resultCode, Intent data) { //super.onActivityResult(requestCode, resultCode, data); callbackManager.onActivityResult(requestCode,resultCode,data); }