I am very new to Facebook C# SDK, currently trying to develop a C# DesktopApp(WPF) using Facebook-C#-SDK latest version(6.0.20).
First installed NuGet Package Manager and then latest Facebook SDK onto my WPF app successfully (that's what Package Manager Console say at least).
Trying to follow below link to build an app. http://csharpsdk.org/docs/web/getting-started
Reading the article, now I have to configure the SDK, however I can't really follow because all I see is just added reference of Facebook.dll and a file 'packages.config', which has xaml code below.
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Facebook" version="6.0.20" />
</packages>
Any help will be appreciated to understand what I need to do next.
Thanks