[google-appengine] Re: Can't post to a blog using gdata blogger api in python on app engine

2009-04-07 Thread Jillian
Ooops. I guess there was just some delay. anyway I figured out the second part of my question too. The scope doesn't have to be the feed url itself, it could be the top level directory like http://www.blogger.com/feeds/, in which case, all operations within this directory such as reading and post

[google-appengine] Re: Can't post to a blog using gdata blogger api in python on app engine

2009-04-07 Thread Jillian
testing On Apr 7, 11:08 am, Jillian wrote: > Hi All, >    I can so far using AuthSub to get the token and then upgrade the > token and then fetch a list of blogs from the logged in user > successfully, however I get the following error when I try to create a > new blog entry to one of the logged

[google-appengine] Re: Can't post to a blog using gdata blogger api in python on app engine

2009-04-07 Thread Jillian
On Apr 7, 11:08 am, Jillian wrote: > Hi All, >    I can so far using AuthSub to get the token and then upgrade the > token and then fetch a list of blogs from the logged in user > successfully, however I get the following error when I try to create a > new blog entry to one of the logged in use

[google-appengine] Re: Can't post to a blog using gdata blogger api in python on app engine

2009-04-07 Thread Jillian
Nevermind. I was trying to use the same scape url in GenerateAuthSubURL for both the get and post requests. That obviously wouldn't work ... this makes me wonder though. Does this mean even though I don't have to authentication multiple times as a user, but if i want to do two different interactio

[google-appengine] Re: Can't post to a blog using gdata blogger api in python on app engine

2009-04-07 Thread Jillian
testing On Apr 7, 11:08 am, Jillian wrote: > Hi All, >    I can so far using AuthSub to get the token and then upgrade the > token and then fetch a list of blogs from the logged in user > successfully, however I get the following error when I try to create a > new blog entry to one of the logged