Skip to content

desertjim/facebook-windows8-sample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Facebook Sample using Facebook C# SDK with Windows 8 Metro Style Application

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

Getting started

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.

About

Windows 8 Style App Sample using Facebook C# SDK

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C# 100.0%