Skybrud.Social.Facebook is a .NET wrapper and API implementation for the Facebook Graph API.
The package helps handling some of the underlying authentication as well as communicating with both APIs in a strongly typed way.
.NET Standard 1.3, .NET Standard 2.0 and .NET 7 (read more).
Install the NuGet package - either via the .NET CLI:
dotnet add package Skybrud.Social.Facebook --version 1.0.0-beta006
or the NuGet package manager:
Install-Package Skybrud.Social.Facebook -Version 1.0.0-beta006
- Please feel free to create an issue, and I will get back to you ;)
The releases page lists all releases, and each there will be some information for each release on the most significant changes.
You can find documentation and examples on how to use this package at the Skybrud.Social website. The package isn't yet fully documented, so feel free to create an issue if I've missed something.