Upload image/video to facebook asynchronously using php sdk 4
问题 I am trying to upload video/image to facebook albumb using php sdk 4 asynchronously.I googled and found that php asynchronous call be sent using fsockopen . However, it is not working for facebook request. I have two files, one for checking login and getting token. Then second file is called for uploading the file to facebook. Below is the code for first file: // start session session_start(); Yii::import('application.vendor.*'); require_once('facebook-4/autoload.php'); use Facebook