private void SetLoginButton() { LoginButton button = new LoginButton(this); button.SetReadPermissions(ConstantHelper.permissions); button.RegisterCallback(_callBackManager, this); if (FacebookProfileHelper.IsRegistred()) { SendRequest(); } button.CallOnClick(); }