more than 4 keywords result in no results
-
Hi i am using this piece of code:
$data = $RytvAPI->validateConfiguration(
array(
‘relation’ => ‘keywords’,
‘max’ => ‘6’,
‘width’ => 120,
‘height’ => 67,
‘lang’ => ‘es’,
‘class’ => ‘left inline ‘,
‘preview’ => true,
‘terms’ => $objetivo_keywords,
)
);/* Search YouTube. */
$results = $RytvAPI->searchYouTube( $data );The variable $objetivo_keywords works fine to 4 keywords if I want to search more keywords there is no results.
Really i want to receive videos like just searching on youtube, the same query on youtube search box returns a lot of videos, do you know whats happening? please help really thanks.
- The topic ‘more than 4 keywords result in no results’ is closed to new replies.