【发布时间】:2014-12-10 15:37:08
【问题描述】:
我试试这个方法。请帮帮我
$this->load->library('src/facebook.php'); $fb = new Facebook(array('appId' => APP_ID, 'secret' => SECRET_ID));
$photo_uploaded = $fb->api('/USER FACEBOOK ID/feed', "POST", array(
'access_token' => "HERE USER ACCESS TOKEN",
'picture' => 'IMAGE URL', // remote URL to image
'name' => "Testing",
'description' => "This is testing msg"
));
【问题讨论】: