how to make facebook chat?

Adham picture Adham · Feb 17, 2011 · Viewed 13.6k times · Source

I want to create an android Facebook chat application , i found this open source project .. http://coderrr.wordpress.com/2008/05/06/facebook-chat-api/

but i want to ask whether this "Facebook chat api" is still working ?

If no, what is the way to creat a facebook chat ?

Answer

Jeff Stice-Hall picture Jeff Stice-Hall · Feb 17, 2011

Dig a bit deeper into http://developers.facebook.com/docs/chat/. There are a number of XMPP and related APIs for Java, C#, iOS, and Android alike to be found on the web - or you can base such work on the libpurple API from Pidgin (http://www.pidgin.im/). It would behoove you to become familiar with XMPP concepts.