借助网站图表,我想在一次活动中增加图片。 因此,我想到一些新图表的例子!
如果问题不明确,我会感到担忧。 创建活动面图使用31个标准图象
缩略语
https://i.stack.imgur.com/w7tMp.png in monocolor and color
I ( and many other person ) want to replace this picture using php as you can do it via the facebook page. All descriptions in the internet fail. I use the following code
$name= $parameter[ betreff ];
$beschreibung=$parameter[ thema ];
start_time = $parameter[ anfangsdatum ] . " " . $parameter[ anfangszeit ];
$ort="" . $parameter[ ort ];
$picture= http://www.tvwehen.de/facebook/facebook_plan_event/news.png ;
$privacy="CLOSED";
$event_param = array(
access_token => $access_token,
page_id =>$fanPageId,
name => $name,
start_time => $start_time,
description => $beschreibung,
location => $ort,
pic_big => $picture,
pic_small => $picture,
logo.png => $picture,
privacy => $privacy
);
$event_id = $facebook->api($fanPageId . "/events", "POST", $event_param);
活动是在狂热的火上进行的,但没有任何照片! 为什么?