From 6b1743441eef61aefa97315033b4eabe3577a0c8 Mon Sep 17 00:00:00 2001 From: Martin de Keijzer Date: Fri, 26 May 2023 12:28:53 +0200 Subject: [PATCH] Remove deprecated FB parameter on update --- src/Service/ChannelApi/FacebookApiService.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Service/ChannelApi/FacebookApiService.php b/src/Service/ChannelApi/FacebookApiService.php index 3373c28..7420401 100644 --- a/src/Service/ChannelApi/FacebookApiService.php +++ b/src/Service/ChannelApi/FacebookApiService.php @@ -126,7 +126,6 @@ public function updateLiveEvent(LiveBroadcast $broadcast, AbstractChannel $chann 'title' => $broadcast->getName(), 'description' => $broadcast->getDescription(), 'planned_start_time' => $startTimestamp->format('U'), - 'status' => 'SCHEDULED_LIVE', ]; $this->facebookSDK->setDefaultAccessToken($channel->getAccessToken());