Flickr-Upload-FireEagle

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

    * geo
        This must be a hash reference with the following keys :

        * perms
            Hash reference.

            A hash reference containing is_public, is_contact, is_family and
            is_friend keys and their boolean values to set the geo
            permissions on your uploaded photo.

            If this is not defined then your default viewing settings for
            geo data will be left in place.

    * offset_gps
        Int.

        The maximum amount of time (in seconds) between the time of your
        last FireEagle update and the date on which the photo was taken in
        which a photo can be considered reliable for updating your location
        in FireEagle.

        The default is 3600 (seconds, or 1 hour).

    * offset_fireeagle_exact
        The maximum amount of time (in seconds) between the time of your
        last FireEagle update and the date on which the photo was taken in
        which FireEagle can be considered reliable for updating your
        location in FireEagle at street level.

        The default is 3600 (seconds, or 1 hour).

    * offset_fireeagle_neighbourhood (or offset_fireeagle_neighborhood)
        The maximum amount of time (in seconds) between the time of your
        last FireEagle update and the date on which the photo was taken in
        which FireEagle can be considered reliable for updating your
        location in FireEagle at the neighbourhood level.

        The default is 7200 (seconds, or 2 hours).

    * offset_fireeagle_locality
        The maximum amount of time (in seconds) between the time of your
        last FireEagle update and the date on which the photo was taken in
        which FireEagle can be considered reliable for updating your
        location in FireEagle at the locality (city) level.

        The default is 43200 (seconds, or 12 hours).

    Returns a photo ID!

VERSION
    0.1

DATE
    $Date: 2008/04/22 07:01:19 $

AUTHOR
    Aaron Straup Cope <ascope@cpan.org>

NOTES
    Aside from requiring your own Flickr API key, secret and authentication
    token you will also need similar FireEagle (OAuth) credentials. Since
    Flickr::Upload::FireEagle already requires that you install the
    excellent *Net::FireEagle* you should just use the command line
    *fireeagle* client for authorizing yourself with FireEagle.

SEE ALSO
    Net::FireEagle

    Flickr::Upload

    Flickr::Upload::Dopplr

    Flickr::API

    Error

    <http://www.fireeagle.com/>

    <http://fireeagle.yahoo.net/developer>

    <http://laughingmeme.org/2008/01/18/flickr-place-ids/>

    <http://oauth.net/>

BUGS
    Sure, why not.

    Please report all bugs via http://rt.cpan.org/

LICENSE
    Copyright (c) 2007-2008 Aaron Straup Cope. All Rights Reserved.

    This is free software. You may redistribute it and/or modify it under
    the same terms as Perl itself.



( run in 0.440 second using v1.01-cache-2.11-cpan-0bb4e1dffa6 )