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...
- Host: GitHub
- URL: https://github.com/abjerner/skybrud.social.facebook
- Owner: abjerner
- License: mit
- Created: 2015-12-31T18:54:40.000Z (over 10 years ago)
- Default Branch: v1/main
- Last Pushed: 2024-02-29T23:03:37.000Z (over 2 years ago)
- Last Synced: 2025-08-01T01:46:41.130Z (11 months ago)
- Topics: api, api-wrapper, csharp, dotnet, facebook, facebook-api, facebook-graph, facebook-graph-api, limbo, oauth, oauth2, package, skybrud, skybrud-integrations, skybrud-social, social
- Language: C#
- Homepage:
- Size: 3.73 MB
- Stars: 10
- Watchers: 4
- Forks: 8
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Skybrud.Social.Facebook [](LICENSE.md) [](https://www.nuget.org/packages/Skybrud.Social.Facebook) [](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