Ejemplo n.º 1
0
        public override void ViewWillAppear(bool animated)
        {
            base.ViewWillAppear(animated);
            if (accountKit == null)
            {
                accountKit = new AccountKit(ResponseType.AccessToken);
            }

            RequestAccountHandler handler = AccountHandlerDelegate;

            accountKit.RequestAccount(handler);
        }