NAME
WWW::Mixi::Scraper::Plugin::ResEcho
DESCRIPTION
This would be equivalent to WWW::Mixi->parse_res_echo(). (though the latter is not implemented yet as of writing this)
METHOD
scrape
returns an array reference of
{
link => 'http://mixi.jp/view_echo.pl?id=xxxx&post_time=xxxx',
id => 'xxxx',
time => 'yyyymmddhhmmss',
name => 'username',
comment => 'comment',
}
AUTHOR
Kazuhiro Osawa
COPYRIGHT AND LICENSE
Copyright (C) 2008 by Kazuhiro Osawa.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.