facebook-csharp-sdk / facebook-windows-phone-sample

Windows Phone 7 Sample using Facebook SDK for .NET
Apache License 2.0
27 stars 46 forks source link

Facebook C# SDK Sample with Windows Phone 7

This sample demonstrates the use of Facebook C# SDK v6 as a Windows Phone 7 Application.

Note: This sample does not necessarily demonstrate the best use but rather features of using Facebook C# SDK on a Windows Phone 7 app. Always remember to handle exceptions.

Getting started

Set the appropriate AppId in FacebookLoginPage.xaml.cs before running the sample.

private const string AppId = "app_id";

Note: