Sends an authorization request to Constant Contact API
(if access to application is granted, a code is send to Redirect URL field)
(Redirect URL is one of web application url pages/methods)
Namespace: CTCTAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public static void AuthorizeFromWebApplication( HttpContext httpContext, string state )
Parameters
- httpContext
- Type:
System.Web HttpContext
current application context
- state
- Type:
System String
state query parameter
See Also