views:

226

answers:

1

Can I or How can I connect to Facebook chat using .net (not web code. C# vb or any other) code?

+2  A: 

Yes you can, 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

sshow
which one is the best and most simple?
It's hard to say, really, but I have heard some good things about jabber-net. You would have to find out for yourself.
sshow