4 messages in com.googlegroups.bloggerdevRe: Can't delete a post
FromSent OnAttachments
logh...@gmail.com06 Dec 2006 23:41 
Olivier Gutknecht07 Dec 2006 09:14 
Pete Hopkins ☠07 Dec 2006 10:53 
logh...@gmail.com10 Dec 2006 22:11 
Subject:Re: Can't delete a post
From:Olivier Gutknecht (oliv@gmail.com)
Date:12/07/2006 09:14:53 AM
List:com.googlegroups.bloggerdev

logh@gmail.com wrote:

Hi All,

I'm developing a small app around Blogger and I was retesting some code that (I'm pretty certain) used to work. The ability to delete no longer seems to.

I'm not using any client libraries (it's mac based and I'm still waiting for the ojbective c frameworks!) but the code is stratiforward. I send a DELETE request to the edit link (http://www.blogger.com/feeds/4270442078467138119/posts/full/8627444355572429028). The other header fields are a Authorization = GoogleLogin auth=DQAAA.....; and a 'User-Agent' set to my app name.

The response I get from Blogger is the original post, no error message of any kind but it never actually delletes it. I'm sure it's probably my fault but does anyone have any advice on how to delete a post NOT using the client libraries?

Same problem here (installed application auth, with my own ATOM libraries), but with an interesting detail: - sending a DELETE on the entry with auth token: 200 returned, everything seems fine - GET on the resource with auth token does return the entry with a 200, but... - GET on the resource without the auth token returns a 404 with "Entry not found" content. - GET on the feed (with auth token, I did not try without). The entry is not present in the feed. - the post does not appear on the HTML page.

Ol.