我通过我的网站在我的 Facebook 墙上发布了一条消息,其中还包含一张图片。我现在想要的是隐藏那里显示的图片的链接,但仍然使图片作为链接工作。我在用:
$facebook->api('/me/feed', 'post', array('message'=> $message, 'description'=> $description, 'picture'=> $image, 'cb' => ''));
有谁知道如何做到这一点?
我通过我的网站在我的 Facebook 墙上发布了一条消息,其中还包含一张图片。我现在想要的是隐藏那里显示的图片的链接,但仍然使图片作为链接工作。我在用:
$facebook->api('/me/feed', 'post', array('message'=> $message, 'description'=> $description, 'picture'=> $image, 'cb' => ''));
有谁知道如何做到这一点?