2 messages in com.googlegroups.bloggerdevRe: Attaching post metadata
FromSent OnAttachments
bradleyjames17 Sep 2007 21:27 
Jeff Scudder21 Sep 2007 11:31 
Subject:Re: Attaching post metadata
From:Jeff Scudder (j.@google.com)
Date:09/21/2007 11:31:02 AM
List:com.googlegroups.bloggerdev

On Sep 17, 9:28 pm, bradleyjames <brad@gmail.com> wrote:

I'm attempting to move an old blog to blogger. Each entry from the old blog has an integer ID that I would like to preserve and to query blogger with later (to add comments). Is there a way to store this in the entry? Or do I need to store the blogger assigned ID and translate them locally?

-brad

I recommend against storing this information in the entry. Since this information is used for internal purposes in your application, it makes more sense to me to track the information in your system (though, I admit, this may be more work for you). If you were to put this information into the entry somewhere, it would be publicly viewable and I don't know if your readers would find this information useful. It might even be confusing.

Happy coding,

Jeff