12 messages in com.googlegroups.bloggerdevRE: [bloggerDev] Atom API & Blogger (...
FromSent OnAttachments
sbswift15 Feb 2005 16:27 
David Stewart15 Feb 2005 17:11 
David Stewart15 Feb 2005 18:29 
eConsultant - Sanjeev Narang15 Feb 2005 19:08 
David Stewart15 Feb 2005 19:11 
sayrer15 Feb 2005 22:43 
steve jenson16 Feb 2005 12:14 
David Stewart16 Feb 2005 22:12 
steve jenson16 Feb 2005 22:36 
mark...@iupload.com02 Mar 2005 19:11 
steve jenson03 Mar 2005 10:48 
JayReding28 Mar 2005 19:57 
Subject:RE: [bloggerDev] Atom API & Blogger (newbie)
From:David Stewart (dste@winisp.net)
Date:02/15/2005 05:11:59 PM
List:com.googlegroups.bloggerdev

You could use Atomizer and ASP.NET and do this in about 5 minutes ;-)

http://www.gotdotnet.com/Workspaces/Workspace.aspx?id=4cd32ea2-c4be-400e-939 1-caf05c0d273a

Dave

-----Original Message----- From: sbswift [mailto:sbsw@gmail.com] Sent: Tuesday, February 15, 2005 4:28 PM To: blog@googlegroups.com Subject: [bloggerDev] Atom API & Blogger (newbie)

Hi,

First, I hope my question here is appropriate. I've noticed the blogger api app key registration (http://www.blogger.com/developers/api/1_docs/register.html) no longer points to a valid page, so I'm assuming it's better to use the atom api.

However, it's got me a bit stumped (after trailing through many many pages). And while it may seem simple, I can't figure out what they mean by do an HTTP POST with the body as an entry (to create a new post). To me, this doesn't seem to mean make a form with the post action to the createEntry URI. But I'm not sure how else to do it.

FYI, I'm trying to make a web form to be able to post to a blog (without having to be on the blogger site). I've seen a PHP client and I sort of understand what it's doing with php://input although not entirely. Also, I don't understand why MySQL is necissary, and if there's a way to work without a database. Perl isn't an option either.

Do you have any suggestions how to set up an html page or php script to create a post using the atom api? I'd greatly appreciate it.