【问题标题】:Is it possible to edit a post title on user facebook profile using facebook graph api?是否可以使用 facebook graph api 在用户 facebook 个人资料上编辑帖子标题?
【发布时间】:2011-06-29 05:23:07
【问题描述】:

我做了一个 facebook 应用程序,它将照片上传到默认应用程序相册。我发现上传后,用户个人资料上会显示一条帖子,上面写着“Smi在相册xxxxx中添加了10张新照片。”。是否可以将上面的消息编辑为“Smi 通过 xxxapplication 向相册添加了 1 张新照片”?我正在使用 Graph api 上传照片。我用来上传的代码是

$file = "@".realpath($image); 
$args = array(
    'message' => '',
    "access_token" => $access_token,
    "image" => $file
    );
$data = $facebook->api('/me/photos', 'post', $args);

【问题讨论】:

    标签: facebook facebook-graph-api photo photo-tagging


    【解决方案1】:

    不,您无法控制此类项目的活动源消息。上传时您可以控制的唯一项目是照片说明、相册标题和标记的用户。

    【讨论】:

    • 您好,OffBySome,感谢您的回复
    猜你喜欢
    • 1970-01-01
    • 2016-05-22
    • 1970-01-01
    • 2011-05-21
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多