NAME

Net::OpenSocial::Client::Container::MySpace09 - MySpace OpenSocial v0.9

SYNOPSIS

my $client = Net::OpenSocial::Client->new(
  container       => Net::OpenSocial::Client::Container::MySpace09->new,
  consumer_key    => q{consumer},
  consumer_secret => q{secret},
);

or

my $container = Net::OpenSocial::Client::Container::MySpace09->new;
say $container->rest_endpoint; # http://opensocial.myspace.com/roa/09

DESCRIPTION

Endpoint URLs for MySpace OpenSocial v0.9 interface.

METHODS

Inherited from Net::OpenSocial::Client::Container.

BUILDARGS

See Moose, Mouse

AUTHOR

This module is based on Net::OpenSocial::Client::Container::MySpace by Lyo Kato, <lyo.kato@gmail.com>, updates were done by Eugene A.Lukianov, <eugene.spa@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.