2 messages in com.googlegroups.bloggerdevSet categories to multiples entries w...
FromSent OnAttachments
Xabi22 Feb 2008 01:03 
Jeff Scudder25 Feb 2008 15:44 
Subject:Set categories to multiples entries with one call
From:Xabi (Xabi@gmail.com)
Date:02/22/2008 01:03:50 AM
List:com.googlegroups.bloggerdev

Actually I'm using getBlogPostEntry for retrieve a single post for update their categories with entry.setCategories and entry.updateEntry. Works ok... for a single entry.

But now I need to do this action to a group of entris. The question is, if I have an array with the Id's of the entries, how I can do the same action without to do a getBlogPostEntry-updateEntry call for every entry?

Thanks a lot