Browsing index pages (2 articles)
↧
Force 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 ArticleAnswer 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 Article
Browsing index pages (2 articles)