NAME
Net::OpenSocial::Client::Resource::AppData - appdata
SYNOPSIS
DESCRIPTION
METHODS
get_user_ids
my @ids = $appdata->get_user_ids();
get_data
my $value = $appdata->get_data( $user_id, $key );
set_data
$appdata->set_data( $user_id, $key, $value );
SEE ALSO
Net::OpenSocial::Client::Resource Net::OpenSocial::Client::Resource::Factory Net::OpenSocial::Client::Resource::Person Net::OpenSocial::Client::Resource::Group Net::OpenSocial::Client::Resource::Activity
AUTHOR
Lyo Kato, <lyo.kato@gmail.com>
COPYRIGHT AND LICENSE
Copyright (C) 2009 by Lyo Kato
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.8 or, at your option, any later version of Perl 5 you may have available.