Hi,
brett
--
Brett Morgan
Developer Programs Engineer, Blogger
-- On Fri, Jan 21, 2011 at 1:55 PM, ishikawa.rs <ishikawa.rs@gmail.com> wrote:
Hello.
I can't post a comment via GData Blogger API.
I got status code 500 and error code 'bX-dr4jk' in message.
using python appengine.
What happen?
Any idea?
* I also posted to Blogger Forum.
http://www.google.com/support/forum/p/blogger/thread?tid=1c4cb3d8c2213276&hl=en
thanks.
--- code is simple ---
client =
gdata.blogger.service.BloggerService(email=comment['username'],
password=comment['password'],
source="TESTER")
client.ProgrammaticLogin()
new_comment = gdata.blogger.CommentEntry()
new_comment.content = atom.Content(text=comment['content'])
posted = client.AddComment(new_comment, blog_id=blog_id,
post_id=post_id)
-----
--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.
--
Brett Morgan
Developer Programs Engineer, Blogger
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.
No comments:
Post a Comment