Skip to content

Commit 551d633

Browse files
authored
Merge pull request #433 from DieterHolvoet/issue-432
Fix Facebook video OEmbed endpoint
2 parents 556c75c + 8004b33 commit 551d633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Adapters/Facebook/OEmbed.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class OEmbed extends Base
1010
{
1111
const ENDPOINT_PAGE = 'https://graph.facebook.com/v8.0/oembed_page';
1212
const ENDPOINT_POST = 'https://graph.facebook.com/v8.0/oembed_post';
13-
const ENDPOINT_VIDEO = 'https://graph.facebook.com/v8.0/oembed_url';
13+
const ENDPOINT_VIDEO = 'https://graph.facebook.com/v8.0/oembed_video';
1414

1515
protected function detectEndpoint(): ?UriInterface
1616
{

0 commit comments

Comments
 (0)