I am simply trying to login using LinkedIn. According to LinkedIn they are using OAuth 1.0a, which means I should send the oauth_callback param when getting the request token. Here is the link I am generating below.
I get a valid response back with the oauth_token, oauth_token_secret, oauth_callback_confirmed=true, etc.
However after I log into LinkedIn I get the OOP code to enter into my app instead of it just redirecting using the oauth_callback I sent it.
The url I am testing with right now is my localhost machine, but it does the exact same thing on the live server.
Any thoughts on this. I've searched LinkedIn and other stackoverflow answers, tried a lot of stuff, none of it has worked.
using C#, ASP.NET MVC 3, .NET 4.0