↧
Answer by RobertIT for Force image size for Facebook post feed
I solved!instead of /feed i used /photos, like this:$response = $fb->post('/'.$fbk_pageid.'/photos', array ('message' => 'Head text', 'source' =>...
View ArticleForce image size for Facebook post feed
I'm using PHP Graph SDK to publish posts with images on Facebook, the source image size is 900x900px.This is my code in summary:require_once('php-graph-sdk-5.x/src/Facebook/autoload.php');$fbk_appid =...
View Article