tags:

views:

440

answers:

2

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
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

related questions