Facebook Profile.getCurrentProfile() is always returns null after the first login
问题 For the first time when I login into the app through Facebook, I'm getting profile from Profile.getCurrentProfile(); Where as when I exit the app and launch again, It was already logged in. So I can call directly Profile.getCurrentProfile(); is returning null. Code @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); FacebookSdk.sdkInitialize(getApplicationContext()); setContentView(R.layout.activity_page); Profile profile = Profile