I'm using the Facebook Toolkit inside my Asp.net MVC Application. But now I like to use the Facebook c# Sdk as well, exspecially to test, which one works better for me.
Sadly they both consist of three assemblies that have the same name:
- Facebook.Web
- Facebook.Web.Mvc
How can I still include both in my project?