« 5周年おめでとう!そしてこれからもよろしく。 | Main | フィード »

11 October 2006

Google Blog Search Pinging Service API

Google Blog Search Pinging Service API

#!/usr/bin/perl

use strict;
use warnings;

use XMLRPC::Lite;

my $result =  XMLRPC::Lite
         ->proxy('http://blogsearch.google.com/ping/RPC2')
         ->call('weblogUpdates.extendedPing',
                'Official Google Blog',
                'http://googleblog.blogspot.com/',
                'http://googleblog.blogspot.com/',
                'http://googleblog.blogspot.com/atom.xml')
         ->result;

use Data::Dumper;
print Dumper($result);

1;

 

colinux:~# perl google_ping.pl
$VAR1 = {
          'flerror' => '0',
          'message' => 'Thanks for the ping.'
};

TrackBack

TrackBack URL for this entry:
http://bb.lekumo.jp/t/trackback/517129/31023383

Listed below are links to weblogs that reference Google Blog Search Pinging Service API:

Comments

Post a comment

Access Ranking

Powered by Six Apart
Sponsored links