Ejemplo n.º 1
0
        public override void ViewDidLoad()
        {
            base.ViewDidLoad();

            // Perform any additional setup after loading the view, typically from a nib.
            if (accountKit == null)
            {
                accountKit = new AccountKit(ResponseType.AccessToken); //Or use Code
            }

            pendingLoginViewController = accountKit.GetViewControllerForLoginResume();
            fbtcs = new TaskCompletionSource <string>();
        }