How can I connect to a Facebook chat using .net?

How to connect to Facebook chat using C # or Visual Basic?

+3
source share
1 answer

You can do this using XMPP (previously called Jabber).

Here is a list of XMPP (Extensible Messaging and Presence Protocol) libraries written in C # .NET

C # /. NET / Mono

Sources: xmpp.org , wikipedia.org

+4
source

Source: https://habr.com/ru/post/1746543/


All Articles