Facebook status update through php

后端 未结 3 1865
一整个雨季
一整个雨季 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:20

    Since you are coding in PHP, I recommend using Jaxl (Jabber XMPP Library). It supports bot authentication using X-FACEBOOK-PLATFORM and updating facebook status should be a one line task using the library. http://github.com/abhinavsingh/JAXL

提交回复
热议问题