Reputation: 10748
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?
Upvotes: 1
Views: 2401
Reputation: 48887
There are several Jabber PHP client classes you can glean from:
http://www.google.com/search?q=php+jabber
Upvotes: 1