how to make facebook chat?

前端 未结 4 833
谎友^
谎友^ 2021-02-10 14:21

I want to create an android Facebook chat application , i found this open source project .. http://coderrr.wordpress.com/2008/05/06/facebook-chat-api/

but i want to ask

4条回答
  •  遥遥无期
    2021-02-10 14:41

    Facebook provides their own chat API. See the docs at Integrating with Facebook Chat. They provide sample code in PHP.

    You can also use Jabber to authenticate with Facebook. You'll need an application key to ensure this all works.

提交回复
热议问题