I want to know the exact replacement for the below code without deprecated code. Moreover, i want to try it in new Facebook SDK 3.0.
Facebook aFacebook = new Facebook("app_id");
if( !aFacebook.isSessionValid() ) {
aFacebook.authorize(this, new String[] { "email" },
new LoginDialogListener());
}
I tried many thing. But, couldn't get it done.
TIA
