The Facebook C# SDK for Windows & Windows Phone helps .NET developers build Windows Phone and Windows Store applications that integrate with Facebook.
WARNING: The Facebook C# SDK for Windows & Windows Phone is currently considered alpha quality. The APIs will change and things will break as we move to v1.0.0. We do NOT recommend using the Facebook.Client.dll in production.
Like us on Facebook at our official page or Follow us on twitter @chsarpsdk.
Install-Package Facebook.Client -pre
Binaries for Facebook C# SDK for Windows & Windows Phone are only distributed via nuget. For those using older versions of Visual Studio that does not support NuGet Package Manager, please download the command line version of NuGet.exe and run the following command.
nuget install Facebook.Client -pre
If you would like to get an older version of the the binaries please use the following command.
nuget install Facebook.Client -v 0.1.1
You can find the documentation for this project at http://csharpsdk.org.
Use facebook.stackoverflow.com for help and support. We answer questions there regularly. Use the tags 'facebook-c#-sdk' and 'facebook' plus any other tags that are relevant. If you have a feature request or bug create an issue.
- NuGet Packages Available (Facebook.Client)
- Authentication Helpers
- Windows Store
- Windows Phone 7.1
- Windows Phone 8
Please refer to our official docs on Contributing to Facebook C# SDK for more details.