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 4?
Here's what looks to be a pretty solid sample
http://mrsarker.wordpress.com/2011/08/20/linkedin-rest-api-in-asp-net-mvc/
If you don't want to code it yourself, you can always look into a third-party solution like Janrain's RPX solution: http://developers.janrain.com/. It will give you LinkedIn sign-in plus many more.