HTTPClient get $params array and oEmbedHelper uses it

This commit is contained in:
Mikael Nordfeldth
2015-11-30 01:28:18 +01:00
parent fbe0e68617
commit b7edac2610
3 changed files with 25 additions and 40 deletions

View File

@@ -23,7 +23,7 @@ if (!have_option('u', 'url')) {
$url = get_option_value('u', 'url');
print "Contacting URL";
print "Contacting URL\n";
$oEmbed = oEmbedHelper::getObject($url);
var_dump($oEmbed);