NAME

WWW::Mixi::Scraper::Plugin::RecentEcho

DESCRIPTION

This would be equivalent to WWW::Mixi->parse_recent_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',
  icon       => 'icon',
  reply_name => 'username',
  reply_id   => 'xxxx',
}

reply_name and reply_id may be blank.

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.