I've recently installed the Facebook C# SDK using NuGet and am wondering why the types don't have associated interfaces.
What I'd like to do is inject the types from the SDK into my application however at the moment I'm not sure if I've either missed something or the SDK just doesn't contain any interfaces other than IFacebookApplication.
How is everyone else unit testing their code whilst using this SDK? Should I be downloading and implimenting the interfaces myself rather than using the NuGet installer?