Hi, How can I send/receive Facebook Chat messages from my application? its written in .Net, C#.
+2
A:
If you can use C you could use libpurple (GPL) and the pidgin-facebookchat plugin, which is what the pidgin IM program uses to connect to facebook chat
cobbal
2009-06-25 18:28:02
I stand corrected, thanks cobbal!
Dustin Fineout
2009-06-25 19:56:00
A:
This is an outdated source on the facebook chat protocol:
http://coderrr.wordpress.com/2008/05/06/facebook-chat-api/
Basically it makes use of JSON and Comet to receive messages and a simple POST to post messages. However since that site was made facebook have altered their code significantly. You might need to play around with things or you can try the github page for it, which was last updated Feb 2009: http://github.com/coderrr/facebook_chat
Nick Udell
2010-04-15 16:24:18