An open API service indexing awesome lists of open source software.

https://github.com/abjerner/skybrud.social.facebook

Work in progress...
https://github.com/abjerner/skybrud.social.facebook

api api-wrapper csharp dotnet facebook facebook-api facebook-graph facebook-graph-api limbo oauth oauth2 package skybrud skybrud-integrations skybrud-social social

Last synced: 10 months ago
JSON representation

Work in progress...

Awesome Lists containing this project

README

          

# Skybrud.Social.Facebook [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE.md) [![NuGet](https://img.shields.io/nuget/v/Skybrud.Social.Facebook.svg)](https://www.nuget.org/packages/Skybrud.Social.Facebook) [![NuGet](https://img.shields.io/nuget/dt/Skybrud.Social.Facebook.svg)](https://www.nuget.org/packages/Skybrud.Social.Facebook)

**Skybrud.Social.Facebook** is a .NET wrapper and API implementation for the [**Facebook Graph API**](https://developers.facebook.com/docs/graph-api).

The package helps handling some of the underlying authentication as well as communicating with both APIs in a strongly typed way.



### Target Frameworks

.NET Standard 1.3, .NET Standard 2.0 and .NET 7 ([read more](https://www.nuget.org/packages/Skybrud.Social.Facebook#supportedframeworks-body-tab)).



### Installation

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
```



### Found a bug? Have a question?

* Please feel free to [**create an issue**][Issues], and I will get back to you ;)



### Changelog

The [**releases page**][Releases] lists all releases, and each there will be some information for each release on the most significant changes.



### Documentation

You can find documentation and examples on how to use this package at the [**Skybrud.Social website**][Website]. The package isn't yet fully documented, so feel free to [**create an issue**][Issues] if I've missed something.

[Website]: http://social.skybrud.dk/facebook/
[NuGetPackage]: https://www.nuget.org/packages/Skybrud.Social.Facebook
[GitHubRelease]: https://github.com/abjerner/Skybrud.Social.Facebook/releases/latest
[Releases]: https://github.com/abjerner/Skybrud.Social.Facebook/releases
[Issues]: https://github.com/abjerner/Skybrud.Social.Facebook/issues