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 dd48be9 commit f4314f6Copy full SHA for f4314f6
src/Adapters/Facebook/OEmbed.php
@@ -26,7 +26,7 @@ protected function detectEndpoint(): ?UriInterface
26
27
return $this->extractor->getCrawler()
28
->createUri($this->getEndpointByPath($uri->getPath()))
29
- ->withQuery($queryParameters);
+ ->withQuery(http_build_query($queryParameters));
30
}
31
32
private function getEndpointByPath(string $path): string
src/Adapters/Instagram/OEmbed.php
@@ -24,6 +24,6 @@ protected function detectEndpoint(): ?UriInterface
24
25
->createUri(self::ENDPOINT)
0 commit comments