Gave.Libs.Fbchat
0.3.3
See the version list below for details.
dotnet add package Gave.Libs.Fbchat --version 0.3.3
NuGet\Install-Package Gave.Libs.Fbchat -Version 0.3.3
<PackageReference Include="Gave.Libs.Fbchat" Version="0.3.3" />
paket add Gave.Libs.Fbchat --version 0.3.3
#r "nuget: Gave.Libs.Fbchat, 0.3.3"
// Install Gave.Libs.Fbchat as a Cake Addin
#addin nuget:?package=Gave.Libs.Fbchat&version=0.3.3
// Install Gave.Libs.Fbchat as a Cake Tool
#tool nuget:?package=Gave.Libs.Fbchat&version=0.3.3
fbchat-sharp
Facebook (Messenger) client library for C#. This is a porting from the excellent fbchat library for Python.
No XMPP or API key is needed. Just use your email and password.
Installation
$ Install-Package Gave.Libs.Fbchat
Key features
- Powerful (not limited to the facebook chatbot api)
- Portable (designed as a PCL - supporting .NET Standard 1.3)
The key difference from other C# messenger libraries is that fbchat-sharp does not use the chatbot api. The library is able to read and send chat messages to any of the user contacts.
Quick guide
View example on github.
Supported platforms
fbchat-sharp has been created as a PCL targeting .NET Standard 1.2 that supports a wide range of platforms. The list includes but is not limited to:
- .NetStandard 1.3
- .NET Core 1.0
- .NET Framework 4.6
- Universal Windows Platform
- Xamarin.Android
- Xamarin.iOS
© Copyright 2017 - 2018 by Marco Gavelli
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net46 net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
- AngleSharp (>= 0.9.11)
- MQTTnet (>= 3.0.8)
- Newtonsoft.Json (>= 11.0.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Fixed crash on listening (change on FB side).