8 messages in com.googlegroups.bloggerdevRe: blog list
FromSent OnAttachments
Kniget03 Aug 2007 09:14 
kdhamric08 Aug 2007 14:11 
Pete Hopkins ☠08 Aug 2007 16:41 
kdhamric10 Aug 2007 13:42 
andy...@hotmail.com13 Aug 2007 07:04 
andy...@hotmail.com15 Aug 2007 02:32 
Joe16 Aug 2007 13:03 
andy...@hotmail.com23 Aug 2007 08:03 
Subject:Re: blog list
From:andy...@hotmail.com (andy@hotmail.com)
Date:08/23/2007 08:03:28 AM
List:com.googlegroups.bloggerdev

Yeh got it working now thanks. Had to switch from subauth to client loggin tho :/

On Aug 16, 9:04 pm, Joe <joeb@gmail.com> wrote:

I'm using 'https://www.google.com/accounts/ClientLogin'and posting a username, password and service using curl. I'm receiving back three tokens, an ID, SID and Auth. All I'm doing is stripping out the 'Auth=' from the last line and using the remainder in my header for the default/feeds request and it works fine. Let me know if you need some code, it just a small shell script atm.

On Aug 15, 10:33 am, "andy@hotmail.com" <andy@hotmail.com> wrote:

Hi Kd,

Great you got it working, could you post your code? I'm allready striping 'token=' and escape charcters, yet i still get a 401.

Cheera Andy

On Aug 10, 9:42 pm, kdhamric <kdha@homesbyowner.com> wrote:

Pete,

Hi. I was able to get this corrected. When the session token is returned by google, there is an escape character at the end of the string. All I had to do was remove "token=" and any escapes or line feed and then I can set this token in the header to request blogs as "default". Now it returns the proper XML. No wonder I was getting an authorization failure!

Thanks anyway!

Maybe this will help Kniget as well.

On Aug 8, 6:42 pm, "Pete Hopkins ☠" <phop@google.com> wrote:

On 8/8/07, kdhamric <kdha@homesbyowner.com> wrote:

Hi,

We have independently duplicated the results Kniget is seeing. We can get a list of the feeds when we use the UserId, but we cannot get a list of feeds when we use 'default' (we also get a 401 error). I have looked for a means to get the UserId, but cannot find a method.

Is thehttp://www.blogger.com/feeds/default/blogslistfeedworking for anybody, or is it broken?

What Authorization header are you sending with your request for the "default" blog feed?

-- Pete