Look at Atomizer (.net Atom client) on GOTDOTNET:
http://www.gotdotnet.com/workspaces/workspace.aspx?id=4cd32ea2-c4be-400e-939
1-caf05c0d273a
-----Original Message-----
From: blog...@googlegroups.com [mailto:blog...@googlegroups.com] On
Behalf Of infoways
Sent: Sunday, November 13, 2005 3:36 AM
To: bloggerDev
Subject: [bloggerDev] using Atom API in .NET
Can anyone help me code ATOM API request in .NET(VB.NET/C#.NET whichever you
would be comfortable with.) ?
I have read this in API doc:
---------
Get a List of a User's Blogs:
GET /atom HTTP/1.1
Host: www.blogger.com
Authorization: BASIC c3RldmVqOm5vdGFyZWFscGFzc3dvcmQ=
Which will return:
.. ... ... ...
-------------
I want to know, How do I send these values to the URI of blogger using
HttpWebRequest or any other means...?
How do I come to know to which URI should I send which request ?
e.g. https://www.blogger.com/atom
I want to generate a tool like autobloggenerator. So, does ATOM API or any
other .NET implementation provide a way to create a user account and Blog on
blogger.com ?
Thanks