31 messages in com.googlegroups.bloggerdevRe: Does anyone from Google look at t...
FromSent OnAttachments
bors...@gmail.com17 Jan 2007 07:54 
Eric Case17 Jan 2007 08:42 
logh...@gmail.com17 Jan 2007 09:23 
bors...@gmail.com17 Jan 2007 10:40 
bors...@gmail.com17 Jan 2007 12:06 
logh...@gmail.com17 Jan 2007 12:20 
Pete Hopkins ☠17 Jan 2007 12:29 
bors...@gmail.com17 Jan 2007 12:56 
bors...@gmail.com17 Jan 2007 14:48 
Pete Hopkins ☠17 Jan 2007 16:13 
bors...@gmail.com19 Jan 2007 08:23 
Pete Hopkins ☠19 Jan 2007 10:39 
bors...@gmail.com20 Jan 2007 22:24 
bors...@gmail.com22 Jan 2007 07:12 
bors...@gmail.com22 Jan 2007 08:31 
Joe Cheng [MSFT]23 Jan 2007 09:54 
bors...@gmail.com23 Jan 2007 11:28 
bors...@gmail.com23 Jan 2007 13:27 
Pete Hopkins ☠23 Jan 2007 13:29 
bors...@gmail.com23 Jan 2007 14:29 
Pete Hopkins ☠24 Jan 2007 10:17 
bors...@gmail.com24 Jan 2007 14:39 
Pete Hopkins ☠24 Jan 2007 15:39 
bors...@gmail.com24 Jan 2007 17:07 
Pete Hopkins ☠24 Jan 2007 17:40 
bors...@gmail.com25 Jan 2007 05:49 
bors...@gmail.com25 Jan 2007 08:46 
Pete Hopkins ☠25 Jan 2007 09:46 
bors...@gmail.com26 Jan 2007 10:36 
Pete Hopkins ☠26 Jan 2007 11:20 
bors...@gmail.com13 Feb 2007 06:31 
Subject:Re: Does anyone from Google look at this group?
From:bors...@gmail.com (bors@gmail.com)
Date:01/25/2007 08:46:06 AM
List:com.googlegroups.bloggerdev

I'm referring to this section of the Blogger API docs:

http://code.google.com/apis/blogger/gdata.html#Get_Feed_Manual

which says:

To get a feed of a blog's entries, you send the following HTTP request to Blogger:

GET http://blogname.blogspot.com/feeds/posts/default

(With the appropriate value in place of blogname, of course.)

After you send the GET request, Blogger may return a redirect, depending on various factors. If so, send another GET request to the redirect URL.

Blogger then returns an HTTP 200 OK status code and a feed containing all the posts in the blog. If there's only one post in the blog, then Blogger returns something similar to the following feed, which is a standard Atom 1.0 feed.

We've slightly edited the following example to make it a little more readable by humans; in particular, a real Blogger feed contains actual IDs and URLs.

<feed xmlns='http://www.w3.org/2005/Atom'> <id>http://www.blogger.com/feeds/blogID/posts</id> <updated>2006-11-08T18:10:23.020-08:00</updated> <title type='text'>Lizzy's Diary</title> <link rel='alternate' type='text/html' href='http://blogname.blogspot.com/index.html' ........

This is clearly an atom feed. But this does not work. I just get a 401:Invalid auth token status.

Is there another way to get an atom feed of existing posts? Where would I find this?

On Jan 24, 8:40 pm, "Pete Hopkins ☠" <phop@google.com> wrote:

If you're interacting w/ the API, it's better to use thewww.blogger.comfeeds.
The Blog*Spot feeds are more for straight syndication.

But regardless of posting or getting or whatever, I still need to see a dump of the HTTP traffic to diagnose anything for you.

-- Pete

On 1/24/07, bors@gmail.com <bors@gmail.com> wrote:

You've given this same response, but I am not trying to post yet. I am trying to get the feed. The "Add Entry Manually" does not apply. I am not trying to add an entry.

And I'm not sure what you mean about posting towww.blogger.com... The docs clearly say this:

GEThttp://blogname.blogspot.com/feeds/posts/default

On Jan 24, 6:39 pm, "Pete Hopkins ☠" <phop@google.com> wrote:

On 1/24/07, bors@gmail.com <bors@gmail.com> wrote:

I posted the exact code I am using back in message 17 in this thread. And as I mentioned in that entry, I am now back to getting a 401:Invalid token status. I was briefly seeing an HTML page returned.Are things
different if you post (following the redirect) towww.blogger.com/... ?

See note about what URL to POST to:

If not, I will need to see a dump of the HTTP traffic to give any more advice.

-- Pete

On Jan 24, 1:17 pm, "Pete Hopkins ☠" <phop@google.com> wrote:

On 1/23/07, bors@gmail.com <bors@gmail.com> wrote:

Ok, this was an error on my part - a trailing backslash on the host. It is now returning an HTML page. Of course this doesn't work with my code because the old Blogger returned an ATOM feed.What HTML page are you seeing?
What URL were you GETting when you saw it?

Please give more descriptions when you report problems, so this will go faster.

-- Pete