Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'd like to make a bot that periodically logs into facebook's chat network and stores snapshots of the roster. I'm aiming for a dataset that can tell me which of my friends are online when / how often as a demonstration of the privacy risks of facebook.

Is there a library I can use to connect to Facebook's XMPP chat network using PHP?

share|improve this question

1 Answer

up vote 1 down vote accepted

There are several Jabber PHP client classes you can glean from:

http://www.google.com/search?q=php+jabber

share|improve this answer
I've worked through class.jabber.php, xmpphp and jabber_class.php but can't get any of them to correctly connect to facebook's chat. Am I missing something>? – Jordan Feldstein Apr 30 '10 at 17:00
Got Jaxl to work, thanks – Jordan Feldstein Apr 30 '10 at 18:01
Jordan could you please provide some information on how did u achieved this .. i need facebook chat api for PHP – waseem Oct 12 '12 at 16:06

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.