本文介绍了Facebook状态更新通过php的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



请指导我


我想开发一个使用php更新Facebook帐户状态的机器人。 div class =h2_lin>解决方案

@Porkchop是正确的,你可能需要Facebook Connect API。要更新Facebook上的用户状态,您应该查看




  • 但也要考虑使用,它为您创建和运行聊天机器人工作做了很多工作。






    如果全部你感兴趣的是一个简单的方法来更新你的Facebook状态从你的Google Talk状态,你可能不需要去所有的工作 - 只需安装'的Facebook应用程序。


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

    Please guide me on this

    解决方案

    @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:

    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.

    这篇关于Facebook状态更新通过php的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

    08-27 14:36
    查看更多