Reputation: 5212
How can I connect to Facebook chat using C# or Visual Basic?
Upvotes: 3
Views: 2742
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