Hi there,

I need to use the GData API to add a post to a blog. Always the same
blog, always the same user (whose credentials I happen to have, since
they are my own). I've gotten this working, except for one thing: when
I request the page that does this and the logic runs, I am prompted
for my Google credentials anyways. Since I don't want the user of my
app to be bothered with this (I am guessing it doesn't matter WHO
authenticates, as long as someone does), I'd like to figure out how to
stop this behaviour...

The code that does the "logging in" is this:

# Authenticate using ClientLogin.
service = gdata.service.GDataService(email, password)
service.source = 'GAE App'
service.service = 'blogger'
service.server = 'www.blogger.com'
gdata.alt.appengine.run_on_appengine(service, store_tokens=False,
single_user_mode=True)
service.ProgrammaticLogin()

Has anyone run into this problem? Is there a solution?

Thanks!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to