Facebook status update through php

后端 未结 3 1864
一整个雨季
一整个雨季 2020-12-31 18:33

I want to develop a bot which will update the status of a facebook account using php.

Please guide me on this

3条回答
  •  半阙折子戏
    2020-12-31 19:21

    @Porkchop is correct, you will probably need the Facebook Connect API. To update a users status on Facebook, you should look at the Status.set API call.

    For coding a googletalk bot in php there are some articles that should get you started:

    • Twitter PHP Jabber Bot Tutorial
    • Jabber Simple - A PHP library

    But also consider using IMified, which does a lot of the work of creating and running chat bots for you.


    If all you are interested in is a simple way to update your Facebook status from you Google Talk status, you probably don't need to go to all that work - just install the 'Google Talk Status Synchronizer' facebook application.

提交回复
热议问题