Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.


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

share|improve this question

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

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

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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