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 am using visual studio 2008.I am creating a facebook application.For that I have taken file of facebook C# sdk from codeplex of version 5.And added a code for upload photo but The FacebookClient class is not visible in my code.

share|improve this question

1 Answer

up vote 0 down vote accepted

I'm pretty sure that it's not showing up because you are using VS2008. The SDK expects VS2010.

share|improve this answer
ya now I am using VS 2010.Still having a problem.I added all dll from \Bin\Release\Net40 from this.using Facebook;using Facebook.Web; using Facebook.Web.Mvc;using Newtonsoft.Json;but unabled to get contract dll. – Swati Sep 9 '11 at 10:12

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.