Skip to content

MarkAureliy/facebook-winforms-sample-master

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Facebook Sample using Facebook C# SDK with WinForms

This sample demonstrates the use of Facebook C# SDK v6 as a WinForms sample.

Note: This sample does not necessarily demonstrate the best use but rather features of using Facebook C# SDK on a desktop app. It is always recommended to use asynchronous (XAsync or XTaskAsync) methods rather then the synchronous methods. XTaskAsync methods are preferred over XAsync methods.

Getting started

Set the appropriate AppId in MainForm.cs before running the sample.

private const string AppId = "app_id";

About

windows desktop client for facebook

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages