https://github.com/abjerner/skybrud.social.twentythree
About .NET API wrapper and implementation for the Twenty Three API.
https://github.com/abjerner/skybrud.social.twentythree
api api-client api-wrapper authentication csharp dotnet limbo oauth oauth1a package skybrud skybrud-integrations skybrud-social twentythree twentythree-api
Last synced: 10 months ago
JSON representation
About .NET API wrapper and implementation for the Twenty Three API.
- Host: GitHub
- URL: https://github.com/abjerner/skybrud.social.twentythree
- Owner: abjerner
- License: mit
- Created: 2018-11-01T09:03:49.000Z (over 7 years ago)
- Default Branch: v1/main
- Last Pushed: 2024-05-10T10:36:01.000Z (about 2 years ago)
- Last Synced: 2025-08-01T01:41:15.424Z (11 months ago)
- Topics: api, api-client, api-wrapper, authentication, csharp, dotnet, limbo, oauth, oauth1a, package, skybrud, skybrud-integrations, skybrud-social, twentythree, twentythree-api
- Language: C#
- Homepage: https://social.skybrud.dk/twentythree/
- Size: 2.31 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Skybrud.Social.TwentyThree
[](https://github.com/abjerner/Skybrud.Social.TwentyThree/blob/v1/main/LICENSE.md)
[](https://www.nuget.org/packages/Skybrud.Social.TwentyThree)
[](https://www.nuget.org/packages/Skybrud.Social.TwentyThree)
.NET API wrapper and implementation of the [**TwentyThree API**](https://www.twentythree.com/api/overview). The package will handle all the technical parts and API communication so you don't have to.
License:
MIT License
Target Framework:
.NET 4.5, .NET 4.6, .NET 4.7 and .NET Standard 2.0
## Installation
The package is only available via [**NuGet**](https://www.nuget.org/packages/Skybrud.Social.TwentyThree/1.1.2). To install the package, you can either use the .NET CLI:
```
dotnet add package Skybrud.Social.TwentyThree --version 1.1.2
```
or the NuGet Package Manager:
```
Install-Package Skybrud.Social.TwentyThree -Version 1.1.2
```
## Dependencies
- [**Skybrud.Essentials.Http**](https://github.com/skybrud/Skybrud.Essentials.Http)
A .NET library for making HTTP requests.
- [**Json.NET**](https://github.com/jamesnk/newtonsoft.json)
Used for searializing/deserializing JSON.
- [**Skybrud.Essentials**](https://github.com/skybrud/Skybrud.Essentials)
A package with logic for handling various common tasks in .NET.
## 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.
### Getting started
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.TwentyThree
[GitHubRelease]: https://github.com/abjerner/Skybrud.Social.TwentyThree/releases/latest
[Releases]: https://github.com/abjerner/Skybrud.Social.TwentyThree/releases
[Issues]: https://github.com/abjerner/Skybrud.Social.TwentyThree/issues