Login with Linkedin
问题 How would one implement a login method for Linkedin, so people can just click a button and use their Linkedin account to login, just like on Facebook or Twitter? Both use OAuth, but I found specified libraries for them which are dead simple to use. For Linkedin I only found some sample code in DotNetOpenAuth but I can't make any sense out of it. Are there any libraries I can use to facilitate a login function for Linkedin? Or any tutorials on how to do that in ASP.NET MVC with DotNetOpenAuth