NAME
WWW::Mixi::OO::NewFriendDiary - WWW::Mixi::OO's http://mixi.jp/new_friend_diary.pl class
SYNOPSIS
my $page = $mixi->page('home');
# fetch first 50 mixi diaries
$page->fetch(limit => 50, diary_type => 1);
# ...
DESCRIPTION
new_friend_diary page handler
METHODS
- parse
-
see super class (WWW::Mixi::OO::Page).
this module handle following params
- diary_type
-
0: ALL 1: mixi only 2: external only
SEE ALSO
WWW::Mixi::OO::ListPage, WWW::Mixi::OO::Page, WWW::Mixi::OO::Session
AUTHOR
Topia <topia@clovery.jp>
COPYRIGHT AND LICENSE
Copyright (C) 2005 by Topia.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may have available.