public OAuthURLRedirectReceiver(OAuthClientHandlerService p)
     : base()
 {
     this.parent = p;
 }
 public FHOAuthViewController(string url, OAuthClientHandlerService handler)
     : base()
 {
     this.authUrl     = url;
     this.authHanlder = handler;
 }
		public FHOAuthViewController (string url, OAuthClientHandlerService handler)
			:base()
		{
			this.authUrl = url;
			this.authHanlder = handler;
		}
			public OAuthURLRedirectReceiver(OAuthClientHandlerService p)
				:base()
			{
				this.parent = p;
			}