https://github.com/abjerner/skybrud.social.twitter
Authentication and service implementation for the Twitter API.
https://github.com/abjerner/skybrud.social.twitter
api api-client api-wrapper authentication csharp dotnet limbo oauth oauth1a package skybrud skybrud-integrations skybrud-social twitter twitter-api
Last synced: 5 months ago
JSON representation
Authentication and service implementation for the Twitter API.
- Host: GitHub
- URL: https://github.com/abjerner/skybrud.social.twitter
- Owner: abjerner
- License: mit
- Created: 2015-12-31T19:19:59.000Z (over 10 years ago)
- Default Branch: v1/main
- Last Pushed: 2024-03-01T20:21:25.000Z (over 2 years ago)
- Last Synced: 2025-08-22T08:27:14.197Z (10 months ago)
- Topics: api, api-client, api-wrapper, authentication, csharp, dotnet, limbo, oauth, oauth1a, package, skybrud, skybrud-integrations, skybrud-social, twitter, twitter-api
- Language: C#
- Homepage:
- Size: 3.84 MB
- Stars: 0
- Watchers: 3
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Skybrud.Social.Twitter
========================
As an add-on for [Skybrud.Social](https://github.com/abjerner/Skybrud.Social), **Skybrud.Social.Twitter** helps you with both authentication as well as raw and object-oriented communication with the Twitter API.
### Beta
This package is currently in beta, which primarily means that it is still under development. This may lead to breaking changes between each beta release.
If you're looking for a stable release, you can use the older [Skybrud.Social)[https://www.nuget.org/packages/Skybrud.Social/] instead, which includes support for the Twitter API.
### Installation
You can download this package from either NuGet (recommended) or download a ZIP file with the neccessary files from here on GitHub:
1. [**NuGet Package**][NuGetPackage]
Install this NuGet package in your Visual Studio project. Makes updating easy.
2. [**ZIP file**][GitHubRelease]
Grab a ZIP file of the latest release; unzip and move the files to the bin directory of your project.
### Dependencies
- [**Skybrud.Social.Core**](https://github.com/abjerner/Skybrud.Social)
A package with common logic used throughout the Skybrud.Social packages.
- [**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.
### 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/twitter/
[NuGetPackage]: https://www.nuget.org/packages/Skybrud.Social.Twitter
[GitHubRelease]: https://github.com/abjerner/Skybrud.Social.Twitter/releases/latest
[Releases]: https://github.com/abjerner/Skybrud.Social.Twitter/releases
[Issues]: https://github.com/abjerner/Skybrud.Social.Twitter/issues