I installed DotNetOpenAuth using NuGet and downloaded the 4.1 zipfile with samples, but am having difficulty trying to incorporate the Facebook.aspx sample into the new project. The sample code-behind refers to DotNetOpenAuth.OAuth2, but I cannot seem to resolve this reference with the NuGet install. What am I missing?
Note that I built the DotNetOpenAuth.ApplicationBlock sample and added the refernce into the new project.