What may the causes tof FBSSO signin not working.Am restoring accesstoken and expires,Authorising when it fails.I didnt get any error in my logcat.Just showing dialog loading then back to again signin screen.getting warning as getextracted inactive input connection.
public void onActivityResult(int requestCode, int resultCode, Intent data) {
super.onActivityResult(requestCode,resultCode,data);
Utility.mFacebook.authorizeCallback(requestCode, resultCode, data);
}
HashKeyin your facebook app? – M Mohsin Naeem Jul 16 '12 at 6:34Facebook SSOwill not work with out adding your hashkey in your facebook apps – M Mohsin Naeem Jul 16 '12 at 6:52Hash keyand add them in your app. – M Mohsin Naeem Jul 16 '12 at 6:53