Blogging and News Syndication Software

Blogger API, RSS API, Atom API, and more.
posts - 17, comments - 14, trackbacks - 26

My Links

News

Tortuga Components / Software Tools Home

See Also: Chilkat Software

Article Categories

Archives

Post Categories

Recommended

C# to Ping Technorati

This C# sample code sends an XML-RPC ping to Technorati to get into the Technorati high-priority indexing queue.

Download the Tortuga .NET Component which includes the Technorati class here: .NET Component



		// Technorati Ping C# Example Source Code
		Tortuga.Technorati tech = new Tortuga.Technorati();

		// The Ping XML-RPC call does not need an API key.
		string blogUrl = "http://www.geekswithblogs.net/chilkat";
		string blogName = "Blogger and News Syndication Software";
		
		bool ok = tech.Ping(blogUrl,blogName);
		
		MessageBox.Show("ok = " + Convert.ToString(ok));

Print | posted on Friday, September 30, 2005 11:51 AM |

Feedback

No comments posted yet.
Post A Comment
Title:
Name:
Email:
Website:
Comment:
Verification:
 

Powered by: