I want to use Facebook C# SDK in my website to allow users to login using their facebook account. My website is built in .Net Framwork 2.0 . I have .Net Framework 3.5 and Visual Studio 2008 installed on my box. As per the documentation I saw online, I tried to download the Nuget command line tool and got the error saying that I need to have .Net Framework v4.0.30319.
I also tried to reference Facebook.dll (which I got using Nuget on a machine with .Net 4.0) in my website. But that gave errors saying that the assembly was built in a newer runtime.
How can I get Facebook.dll that works with .Net 2.0?
