Gave.Libs.Fbchat 0.3.3

.NET Standard 1.3
There is a newer prerelease version of this package available.
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
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Gave.Libs.Fbchat" Version="0.3.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Gave.Libs.Fbchat --version 0.3.3
#r "nuget: Gave.Libs.Fbchat, 0.3.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.3.4-alpha 397 4/19/2020
0.3.3 857 3/15/2020
0.3.2 572 12/21/2019
0.3.1 533 11/24/2019
0.3.0 564 9/21/2019
0.2.8 690 2/10/2019
0.2.6 809 9/8/2018
0.2.5 732 8/5/2018
0.2.4 803 7/15/2018
0.2.3 850 2/8/2018
0.2.1 850 10/7/2017
0.2.0 838 10/6/2017
0.1.0 1,293 10/1/2017

Fixed crash on listening (change on FB side).