On Jan 25, 10:46 am, vanleurth <vanl...@gmail.com> wrote:
Hello Happy Programmers,
I wonder where can I find a tutorial that shows typical MASHUP
function using Blogger API and ASP.NET. Function such as;
POST ing ,
AUTH ification;
DELETE postings;
SEARCH posting;
I want to use the typical functions for blogging but I want to do it
using ASP.NET.
Any links will be appreciated,
Thank you,
V.
The .NET developer's guide should be able to help you get started. The
sample code is written in C# and the authsub section has a small ASP
snippet. It seems like most of this could be translated without too
much difficulty:
http://code.google.com/apis/blogger/developers_guide_dotnet.html
The following article also illustrates authentication and reading and
writing to Google Calendar. It's not exactly Blogger, but the two APIs
are extremely similar.
http://code.google.com/support/bin/answer.py?answer=75506
Happy coding,
Jeff