Connect to Facebook chat using PHP?

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-12 10:15:59

问题


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?


回答1:


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

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



来源:https://stackoverflow.com/questions/2746083/connect-to-facebook-chat-using-php

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!