public ActionResult Auth() { string loginUrl = "https://www.linkedin.com/uas/oauth2/authorization?" + "response_type=code" + "&client_id=" + API + "&state=DCEEFWF48883sdffef424" + "&redirect_uri=" + redirect_uri ; Redirect(loginUrl); //string codeParameter = HttpUtility.ParseQueryString(loginUrl).Get("client_id"); //string url = System.Web.HttpContext.Current.Request.Url.AbsoluteUri; return Redirect(loginUrl); }
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)