With Facebook now supporting XMPP, would it be possible to implement a simple chat bot, perhaps through an app (i.e. conversations not coming from an individual).
+1
A:
Yes! You will need a Facebook account to authenticate as. I am not sure about s2s offhand but a c2s bot is possible.
jhs
2010-02-21 06:04:18
A:
Probably late, but yes writing xmpp bot for facebook is now possible using any xmpp library. Jaxl library written in PHP is one option for you, it do also support X-FACEBOOK-PLATFORM authentication http://github.com/abhinavsingh/JAXL
Abhinav Singh
2010-08-16 21:30:20