background preloader

Facebook API

Facebook Twitter

How to Auto Post on Facebook with PHP. In a previous post I wrote about post automation on Twitter using PHP.

How to Auto Post on Facebook with PHP

The whole procedure is similar. You have to create a Facebook app and you need a PHP SDK to communicate with Facebook API. However, the Facebook post automation is much more complicated than the relative process for Twitter. This is not a surprise, as Facebook itself is much more complicated than Twitter. How to Auto Post on Facebook with PHP. Php - Posting to Facebook page from Facebook application without login to facebook. PHP SDK 3.0 & Graph API base Facebook Connect Tutorial. Facebook recently updated their PHP-SDK to version 3.0 also added new way of authentication.

PHP SDK 3.0 & Graph API base Facebook Connect Tutorial

This is a major change. So this is the updated post of my old popular post. In this version of my code, I avoided javascript authentication, because that is cookie based and php sdk 3.0 has some conflicts with the old system. Facebook will also update the javascript sdk soon, so later you can use the login/logout system of javascript api with php sdk. Php - How to extend access token validity since offline_access deprecation. Php - Posting to Facebook page from Facebook application without login to facebook. Facebook/facebook-php-sdk.