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.
Set the appropriate AppId
in MainForm.cs
before running the sample.
private const string AppId = "app_id";