1

我正在使用 php api 上传照片和发布签到。几周前,我的照片会自动显示在动态消息中,但现在不会。我的代码:

$photo_details = array('message'=> 'TEST');
$file='../uploads/'.$_GET['filename'];
$photo_details['image'] = '@' . realpath($file);
$upload_photo = $facebook->api('/'.$album_uid.'/photos', 'post', $photo_details);

顺便说一句,我的 chekins 显示在 News Feed 中

4

0 回答 0