Tuesday, December 7, 2010

Taking your Metadata from Flickr?

Looks like there is now a way to escape Flickr with essential metadata?

The App Garden

Create an App API Documentation Feeds What is the App Garden?

flickr.photos.geo.getLocation

Get the geo data (latitude and longitude and the accuracy level) for a photo.

Authentication

This method does not require authentication.

Arguments

api_key (Required)Your API application key. See here for more details.photo_id (Required)The id of the photo you want to retrieve location data for.

Example Response

<photo id="123"> <location latitude="-17.685895" longitude="-63.36914" accuracy="6" /> </photo>

Error Codes

1: Photo not found.The photo id was either invalid or was for a photo not viewable by the calling user.2: Photo has no location information.The photo requested has no location data or is not viewable by the calling user.100: Invalid API KeyThe API key passed was not valid or has expired.105: Service currently unavailableThe requested service is temporarily unavailable.111: Format "xxx" not foundThe requested response format was not found.112: Method "xxx" not foundThe requested method was not found.114: Invalid SOAP envelopeThe SOAP envelope send in the request could not be parsed.115: Invalid XML-RPC Method CallThe XML-RPC request document could not be parsed.116: Bad URL foundOne or more arguments contained a URL that has been used for abuse on Flickr.

API Explorer

API Explorer : flickr.photos.geo.getLocation


No comments:

Post a Comment