3 messages in com.googlegroups.bloggerdevRe: ANN: Blogger GData API changes, 1/30
FromSent OnAttachments
Pete Hopkins ☠30 Jan 2007 15:09 
Jeff Hedlund31 Jan 2007 13:53 
Pete Hopkins ☠31 Jan 2007 17:45 
Subject:Re: ANN: Blogger GData API changes, 1/30
From:Jeff Hedlund (jhed@gmail.com)
Date:01/31/2007 01:53:57 PM
List:com.googlegroups.bloggerdev

Pete,

I am having a problem with this change, I believe.

Yesterday I was able to edit (.update) and delete posts without problem. Today I have been receiving an InvalidEntryException every time I call .update() or .delete() on a URL.

After much inspection, I found that the EditLink is giving me: http:// www.blogger.com/feeds/[blog-id]/posts/default/[post-id].

That URL worked for updating and deleting yesterday, but today it fails. If I replace the EditURL with http://www2.blogger.com/feeds/ [blog-id]/posts/[post-id], it works.

Is this because it's not redirecting to www2?

The problem I have is that the EditLink is telling me to use "www" instead of "www2" (and it makes no difference if I call the feed with the "www" or "www2" address).

Thanks, Jeff