I am attempting to run a sample in facebook-csharp-sdk found here https://github.com/facebook-csharp-sdk/facebook-csharp-sdk . I receive the error "The referenced component 'Facebook.Web' could not be found". I have followed the instructions and executed build.cmd. Facebook.dll builds successfully. Facebook.web.dll cannot be found. Searching, it appears Facebook.web.dll can be found here http://facebook.codeplex.com/documentation but the project is discontinued. Where is the correct place to get Facebook.Web for the facebook-csharp-sdk samples? Will Facebook.Web source be added to facebook-csharp-sdk? If not, seems the project could be abandoned. Thank-you in advance for any help.
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.
|
|
|
You can find that on NuGet. |
|||
|
|
|
Starting from v6 we are removing Facebook.Web.dll and Facebook.Web.Mvc.dll. If you are creating a Canvas ASP.NET MVC app you can checkout https://github.com/facebook-csharp-sdk/facebook-canvas-aspnet-sample |
|||||||||
|