OAuth AuthorizeFromWebApplication Method CTCT Wrapper Documented Class Library
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: CTCT
Assembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax

public static void AuthorizeFromWebApplication(
	HttpContext httpContext,
	string state
)
See Also