Hello all,
I am struggling few days with LinkedIn OAuth and ASP.NET MVC.
What I am trying to do?
Idea is to implement external log in for our website for following providers: Microsoft Live, Facebook, Yahoo, Google+ and Linkedin. 
But, I don't need to implement all process like in MSDN tutorials. All I need is to retrieve UserID and user's Email-Address for specific provider.
Example if visitor try to log in via Facebook, I need only UserID and Email which are stored in Facebook. After that our code will check authentication.
For integration .NetOpenOAuth in our website I follow this article:
http://techblog.treenodes.com/index.php/2012/12/24/integrate-openauthopenid-with-your-existing-asp-net-mvc4-application/
What is problem?
I obtain UserID and Email for all provider except for Linkedin. It means that our code can't continue authentication process if is Linkedin ...

Go to the complete details ...