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.
1 parent 556c75c commit 8004b33Copy full SHA for 8004b33
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