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.

NuGet is a free, open source developer focused package management system for the .NET platform.

learn more… | top users | synonyms

-1
votes
2answers
199 views

facebook reference from nuget packages in windows phone 8

I'm trying to add facebook reference from nuget packages in my windows phone 8 application and I get this error: Could not install package 'Facebook 6.1.4'. You are trying to install this package ...
2
votes
2answers
612 views

Error when installing NuGet package 'Facebook 6.1.2' Windows 8 App

When trying to install the Facebook 6.1.2 NuGet into my Windows 8 application I get the following message: PM> Install-Package Facebook Successfully installed 'Facebook 6.1.2'. Successfully ...
2
votes
1answer
188 views

FacebookWeb or FacebookWebMVC

can someone briefly explain what the difference is between these packages? The project pages don't seem to offer any clues? I am creating an MVC application where i would like to associate facebook ...
1
vote
1answer
309 views

Could not load file or assembly 'Facebook.Contracts, Version=5.0.40.0

I'm currently trying to get the latest facebook sdk for my website to work. I'm using NuGet to download and install this onto my website. In the last few weeks I built a simple site using this sdk ...
1
vote
1answer
235 views

Error compiling MVC 3 project after adding FacebookWebMvc Nuget Package

I added the FacebookWebMvc Nuget package to my MVC 3 Web Application project and then created the following controller: public ActionResult FacebookLogOn(string returnUrl) { if ...
1
vote
1answer
879 views

Facebook C# SDK installation from Nuget not working

Coding Platform: ASP.NET WebForms4.0 VB Installed Facebook and FacebookWeb and when I run the application. I get this error Could not load file or assembly 'Facebook.Contracts, ...
11
votes
3answers
3k views

Available Membership Starter Kits / Membership NuGet Packages for ASP.NET MVC3?

I'm looking for a Membership starter kit / NuGet package for MVC3 to handle things like user management as well as Facebook Authentication and Twitter Authentication. The Microsoft.Web.Helpers seems ...