Am looking proper fb sso.When i searched i got guidance from hackbook.but Fb sso sometimes working smetimetime its not working what may be the cause.i didnt get any error.I added following as well
public void onActivityResult(int requestCode, int resultCode, Intent data) {
authenticatedFacebook.authorizeCallback(requestCode, resultCode, data);
}