Skip to content

Commit 8004b33

Browse files
committed
Fix Facebook video OEmbed endpoint
1 parent 556c75c commit 8004b33

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)