I don't know how many requests you're making in those 5-10 minutes,
but you might be running into our quota system if it's a substantial
number. Please see this blog post for more information:
http://apiblog.youtube.com/2010/02/best-practices-for-avoiding-quota.html
Cheers,
-Jeff Posnick, YouTube API Team
groups.google.com/group/youtube-api-gdata | apiblog.youtube.com |
@YouTubeDev
On Dec 28 2011, 8:54 pm, Lawrence Wright <lawro2...@gmail.com> wrote:
> All,
>
> I have the following simple php code:
>
> <?php
> $feedURL =
> "http://gdata.youtube.com/feeds/api/videos/-/Music/?vq=blur+beetlebum&...";
> $sxml = simplexml_load_file($feedURL);
> var_dump($sxml);
> ?>
>
> This works for 5-10 minutes then suddenly stops working and I get an HTTP
> stream error like it the feedURL is no longer available, can anyone help
> with this?
>
> Thanks
>
> Lawrence
--
You received this message because you are subscribed to the Google Groups "YouTube APIs Developer Forum" group.
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