Jordan Warbelow-Feldstein
Jordan Warbelow-Feldstein

Reputation: 10748

Connect to Facebook chat using PHP?

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

Answers (1)

webbiedave
webbiedave

Reputation: 48887

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

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

Upvotes: 1

Related Questions