![]() |
Content is not show at Facebook wall, got blank page - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24) +--- Thread: Content is not show at Facebook wall, got blank page (/showthread.php?tid=61240) |
Content is not show at Facebook wall, got blank page - reynierpm - 04-03-2015 I'm trying to share content from a CI3 application. I'm using Code: "facebook/php-sdk-v4": "4.0.21" PHP Code: use Facebook\FacebookSession; But when I execute the method I got a blank page with no errors in Apache logs or so on and content is not show at my Facebook wall, what I'm missing? [1]: http://www.benmarshall.me/facebook-sdk-php-v4/ |