我使用以下参数通过 facebook graph api 创建事件
$attachment = array( 'access_token' => $token,
'name' => $event_name,
'start_time' => $event_start,
'privacy_type' => $event_privacy
);
如何将外部 URL 作为图像附加到其中的事件,
Ps:我使用 curl 所以我需要使用外部图片 url