Tuesday, March 6, 2012

[YouTube-API] Re: Search suggestions

Thanks Jeff for the help, once again! =)

Here's the code if someone's having the same problem:

$spellcorrection = $feed->getLink('http://schemas.google.com/g/2006#spellcorrection');
if($spellcorrection!==null) {
        echo
$spellcorrection->getTitle();

}

--
You received this message because you are subscribed to the Google Groups "YouTube APIs Developer Forum" group.
To view this discussion on the web visit https://groups.google.com/d/msg/youtube-api-gdata/-/4b82BUTOFNQJ.
To post to this group, send email to youtube-api-gdata@googlegroups.com.
To unsubscribe from this group, send email to youtube-api-gdata+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/youtube-api-gdata?hl=en.

No comments:

Post a Comment