- 在Google Finance API中,大概介紹了Google API是如何取的流程,這邊我們不在詳述.有需要請參考 http://funningboy.blogspot.com/2010/02/google-finance-api.html
- 底下是 Google Blogger API的大概情形大致如下,依序取得每一個leve的Data出來. AuthID BlogID PostID ComID ...
- sample code my $token = &gaGetToken($UserName,$PassWord); my $BlogID = &gaBlogID($token); my @PostID = &gaPostID($token,$BlogID);
- 執行結果 code download http://sites.google.com/site/funningboy/perl_code/GoogleBlogger.pl?attredirects=0&d=1 Ref: http://code.google.com/intl/zh-TW/apis/blogger/docs/2.0/reference.html
沒有留言:
張貼留言