I've downloaded the Facebook C# SDK. I'm at the point where I have a facebook token and am calling the method:

  var fb = new FacebookClient(token);

I'm getting the following error:

    Could not load file or assembly 'Microsoft.Contracts, Version=1.0.0.0,  
 Culture=neutral, PublicKeyToken=736440c9b414ea16' or one of its dependencies

Any suggestions? I am using the .Net Framework 3.5.
Thanks

link|improve this question

53% accept rate
feedback

1 Answer

up vote 2 down vote accepted

The download link is on the right side of the page:

http://msdn.microsoft.com/en-us/devlabs/dd491992

link|improve this answer
Does this mean all my users have to install this? – tofutim Aug 25 '11 at 23:53
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.