Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

A Facebook Chat Bot now possible with XMPP?

Tags:

facebook

xmpp

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

like image 364
Newy Avatar asked Feb 21 '10 05:02

Newy


2 Answers

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

like image 88
Abhinav Singh Avatar answered Sep 22 '22 23:09

Abhinav Singh


Yes! You will need a Facebook account to authenticate as. I am not sure about s2s offhand but a c2s bot is possible.

like image 25
JasonSmith Avatar answered Sep 24 '22 23:09

JasonSmith