Exemple #1
0
 public ActionResult Index()
 {
     ViewBag.UrlParameters = OAuthManager.GetUrlParametersUsing <LinkedInAuthenticator>(string.Empty);
     return(View());
 }