Facebook PHP post to fan page with cronjob?

后端 未结 4 532
伪装坚强ぢ
伪装坚强ぢ 2020-12-08 08:44

I am using the following code to post to my facebook fan page and it is working fine. Now I want to use cronjob in order to post to Facebook. I know I have to use as access

4条回答
  •  一整个雨季
    2020-12-08 08:57

    You can scrap the entire overhead of the Facebook API and follow this extremely simple approach.

    Check what your page-specific email address is in the "Mobile" section of your page settings (https://www.facebook.com/pages/edit/?id=INSERT_YOUR_PAGE_ID_HERE&sk=mobile) and then use it here:

    
    

    The body is empty because Facebook says "to update your status, write in the email subject line and leave the email body blank."

提交回复
热议问题