我有以下从 facebook 获取事件的查询:
$fb_events = $this->facebook->api('/me/events?fields=name,start_time,timezone,location,id,description,cover,picture,venue&limit=1');
但我想从我试过的事件ID中获取:
$fb_events = $this->facebook->api('/$event_id/?fields=name,start_time,timezone,location,id,description,cover,picture,venue&limit=1');
但它不工作