We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 556c75c + 8004b33 commit 551d633Copy full SHA for 551d633
src/Adapters/Facebook/OEmbed.php
@@ -10,7 +10,7 @@ class OEmbed extends Base
10
{
11
const ENDPOINT_PAGE = 'https://graph.facebook.com/v8.0/oembed_page';
12
const ENDPOINT_POST = 'https://graph.facebook.com/v8.0/oembed_post';
13
- const ENDPOINT_VIDEO = 'https://graph.facebook.com/v8.0/oembed_url';
+ const ENDPOINT_VIDEO = 'https://graph.facebook.com/v8.0/oembed_video';
14
15
protected function detectEndpoint(): ?UriInterface
16
0 commit comments