Alex K
Alex K

Reputation: 5212

How can I connect to Facebook chat using .net?

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

Upvotes: 3

Views: 2742

Answers (1)

sshow
sshow

Reputation: 9094

You can do this by using XMPP (formerly named Jabber).

Heres a list of XMPP (Extensible Messaging and Presence Protocol) Libraries written in C# .NET

C# / .NET / Mono

Sources: xmpp.org, wikipedia.org

Upvotes: 4

Related Questions