Friday, July 22, 2011

[YouTube-API] Re: .net API Batch processing

Hello,

You can't perform operations against three different types of feeds
(subscriptions, favorites, ratings) in a single batch operation.
You'll need to perform individual calls.

Cheers,
-Jeff Posnick, YouTube API Team
apiblog.youtube.com | @YouTubeDev | groups.google.com/group/youtube-
api-gdata


On Jul 21, 7:41 pm, jeri cakes <jeric...@gmail.com> wrote:
> Im not sure how to form a batch request to perform a subscribe/
> favorite/like function all in 1 batch.
>
> i can perform them individually but i would like to perform all the
> actions at once.  The examples on the developer page show how to do
> playlist feeds etc. But i need to target 1 video at a time.

--
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.

1 comment:

  1. Thank you for responding, so it takes me aproximately 1 second per request. so to like a video, favorite it, and subscribe to the user, that takes me 3 seconds because i have to send a request and pass login credentials etc, for every request made. Is there any way i can perform multiple tasks like this all at once?

    ReplyDelete