Skip to content

Commit

Permalink
Remove deprecated FB parameter on update
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin de Keijzer committed May 26, 2023
1 parent b9f21c3 commit 6b17434
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Service/ChannelApi/FacebookApiService.php
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down

0 comments on commit 6b17434

Please sign in to comment.