Changes from Version 1 of zooomr.photos.geo.removeLocation
- Timestamp:
- 05/10/08 22:57:10 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
zooomr.photos.geo.removeLocation
v0 v1 1 = zooomr.photos.geo.removeLocation = 2 3 Removes the geo data associated with a photo. 4 5 === Authentication === 6 7 This method requires authentication with 'write' permission. 8 9 Note: This method requires an HTTP POST request. 10 11 === Arguments === 12 13 api_key (Required) 14 Your API application key. 15 photo_id (Required) 16 The id of the photo you want to remove location data from. 17 18 === Example Response === 19 {{{ 20 {"stat": "ok"} 21 }}}
