This sample demonstrates the use of Facebook C# SDK v6 as a Windows 8 Metro Style Application.
Note: This sample does not necessarily demonstrate the best use but rather features of using Facebook C# SDK on a Windows 8 Metro Style app. XTaskAsync methods are preferred over XAsync methods. Always remember to handle exceptions
Set the appropriate AppId in FacebookLoginPage.xaml.cs before running the sample.
private const string AppId = "app_id";Note:
For new projects using Facebook C# SDK make sure to enable Internet (Client) capability in Package.appxmanifest file.
This is already enabled by default when creating a new project in Visual Studio.