WebService::MobileMe

Access MobileMe iPhone stuffs from Perl
Download

WebService::MobileMe Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Publisher Name:
  • Michael Greb
  • Publisher web site:
  • http://search.cpan.org/~mikegrb/

WebService::MobileMe Tags


WebService::MobileMe Description

Access MobileMe iPhone stuffs from Perl WebService::MobileMe is a Perl module that supports retrieving a latitude/longitude, sending a message, and remote locking of an iPhone via the 'Find My iPhone' service from Apple's MobileMe, emulating the Find My iPhone iOS app.Timestamps returned are those returned in the JSON which are JavaScript timestamps and thus in miliseconds since the epoch. Divide by 1000 for seconds.SYNOPSIS use WebService::MobileMe; my $mme = WebService::MobileMe->new( username => 'urmom@me.com', password => 'HUGELOVE' ); my $location = $mme->locate; $mme->sendMessage( message => 'Hi Yaakov!', alarm => 1 ); $mme->remoteLock( 42 ); Requirements: · Perl


WebService::MobileMe Related Software