| 73 | | ('addTags', 'flickr.photos.addTags\n\n Add tags to a photo.\n\n Arguments:\n\n photo_id (Required)\n The id of the photo to add tags to.\n\n tags (Required)\n The tags to add to the photo.'), |
| 74 | | ('delete', 'flickr.photos.delete\n\n Delete a photo from flickr.\n\n Arguments:\n\n photo_id (Required)\n The id of the photo to delete.'), |
| 75 | | ('getAllContexts', 'flickr.photos.getAllContexts\n\n Returns all visible sets and pools the photo belongs to.\n\n Arguments:\n\n photo_id (Required)\n The photo to return information for.'), |
| 76 | | ('getContactsPhotos', "flickr.photos.getContactsPhotos\n\n Fetch a list of recent photos from the calling users' contacts.\n\n Arguments:\n\n count (Optional)\n Number of photos to return. Defaults to 10, maximum 50. This is only used if <code>single_photo</code> is not passed.\n\n just_friends (Optional)\n set as 1 to only show photos from friends and family (excluding regular contacts).\n\n single_photo (Optional)\n Only fetch one photo (the latest) per contact, instead of all photos in chronological order.\n\n include_self (Optional)\n Set to 1 to include photos from the calling user.\n\n extras (Optional)\n A comma-delimited list of extra information to fetch for each returned record. Currently supported fields are: license, date_upload, date_taken, owner_name, icon_server, original_format, last_update."), |
| 77 | | ('getContactsPublicPhotos', "flickr.photos.getContactsPublicPhotos\n\n Fetch a list of recent public photos from a users' contacts.\n\n Arguments:\n\n user_id (Required)\n The NSID of the user to fetch photos for.\n\n count (Optional)\n Number of photos to return. Defaults to 10, maximum 50. This is only used if <code>single_photo</code> is not passed.\n\n just_friends (Optional)\n set as 1 to only show photos from friends and family (excluding regular contacts).\n\n single_photo (Optional)\n Only fetch one photo (the latest) per contact, instead of all photos in chronological order.\n\n include_self (Optional)\n Set to 1 to include photos from the user specified by user_id.\n\n extras (Optional)\n A comma-delimited list of extra information to fetch for each returned record. Currently supported fields are: license, date_upload, date_taken, owner_name, icon_server, original_format, last_update."), |
| 78 | | ('getContext', 'flickr.photos.getContext\n\n Returns next and previous photos for a photo in a photostream.\n\n Arguments:\n\n photo_id (Required)\n The id of the photo to fetch the context for.'), |
| 79 | | ('getCounts', 'flickr.photos.getCounts\n\n Gets a list of photo counts for the given date ranges for the calling user.\n\n Arguments:\n\n dates (Optional)\n A comma delimited list of unix timestamps, denoting the periods to return counts for. They should be specified <b>smallest first</b>.\n\n taken_dates (Optional)\n A comma delimited list of mysql datetimes, denoting the periods to return counts for. They should be specified <b>smallest first</b>.'), |
| 80 | | ('getExif', "flickr.photos.getExif\n\n Retrieves a list of EXIF/TIFF/GPS tags for a given photo. The calling user must have permission to view the photo.\n\n Arguments:\n\n photo_id (Required)\n The id of the photo to fetch information for.\n\n secret (Optional)\n The secret for the photo. If the correct secret is passed then permissions checking is skipped. This enables the 'sharing' of individual photos by passing around the id and secret."), |
| 81 | | ('getFavorites', 'flickr.photos.getFavorites\n\n Returns the list of people who have favorited a given photo.\n\n Arguments:\n\n photo_id (Required)\n The ID of the photo to fetch the favoriters list for.\n\n page (Optional)\n The page of results to return. If this argument is omitted, it defaults to 1.\n\n per_page (Optional)\n Number of usres to return per page. If this argument is omitted, it defaults to 10. The maximum allowed value is 50.'), |
| 82 | | ('getInfo', "flickr.photos.getInfo\n\n Get information about a photo. The calling user must have permission to view the photo.\n\n Arguments:\n\n photo_id (Required)\n The id of the photo to get information for.\n\n secret (Optional)\n The secret for the photo. If the correct secret is passed then permissions checking is skipped. This enables the 'sharing' of individual photos by passing around the id and secret."), |
| 83 | | ('getNotInSet', 'flickr.photos.getNotInSet\n\n Returns a list of your photos that are not part of any sets.\n\n Arguments:\n\n min_upload_date (Optional)\n Minimum upload date. Photos with an upload date greater than or equal to this value will be returned. The date should be in the form of a unix timestamp.\n\n max_upload_date (Optional)\n Maximum upload date. Photos with an upload date less than or equal to this value will be returned. The date should be in the form of a unix timestamp.\n\n min_taken_date (Optional)\n Minimum taken date. Photos with an taken date greater than or equal to this value will be returned. The date should be in the form of a mysql datetime.\n\n max_taken_date (Optional)\n Maximum taken date. Photos with an taken date less than or equal to this value will be returned. The date should be in the form of a mysql datetime.\n\n privacy_filter (Optional)\n Return photos only matching a certain privacy level. Valid values are:\r\n<ul>\r\n<li>1 public photos</li>\r\n<li>2 private photos visible to friends</li>\r\n<li>3 private photos visible to family</li>\r\n<li>4 private photos visible to friends & family</li>\r\n<li>5 completely private photos</li>\r\n</ul>\r\n\n\n media (Optional)\n Filter results by media type. Possible values are <code>all</code> (default), <code>photos</code> or <code>videos</code>\n\n extras (Optional)\n A comma-delimited list of extra information to fetch for each returned record. Currently supported fields are: <code>license</code>, <code>date_upload</code>, <code>date_taken</code>, <code>owner_name</code>, <code>icon_server</code>, <code>original_format</code>, <code>last_update</code>, <code>geo</code>, <code>tags</code>, <code>machine_tags</code>, <code>o_dims</code>, <code>views</code>, <code>media</code>.\n\n per_page (Optional)\n Number of photos to return per page. If this argument is omitted, it defaults to 100. The maximum allowed value is 500.\n\n page (Optional)\n The page of results to return. If this argument is omitted, it defaults to 1.'), |
| 84 | | ('getPerms', 'flickr.photos.getPerms\n\n Get permissions for a photo.\n\n Arguments:\n\n photo_id (Required)\n The id of the photo to get permissions for.'), |
| 85 | | ('getRecent', 'flickr.photos.getRecent\n\n Returns a list of the latest public photos uploaded to flickr.\n\n Arguments:\n\n extras (Optional)\n A comma-delimited list of extra information to fetch for each returned record. Currently supported fields are: <code>license</code>, <code>date_upload</code>, <code>date_taken</code>, <code>owner_name</code>, <code>icon_server</code>, <code>original_format</code>, <code>last_update</code>, <code>geo</code>, <code>tags</code>, <code>machine_tags</code>, <code>o_dims</code>, <code>views</code>, <code>media</code>.\n\n per_page (Optional)\n Number of photos to return per page. If this argument is omitted, it defaults to 100. The maximum allowed value is 500.\n\n page (Optional)\n The page of results to return. If this argument is omitted, it defaults to 1.'), |
| 86 | | ('getSizes', 'flickr.photos.getSizes\n\n Returns the available sizes for a photo. The calling user must have permission to view the photo.\n\n Arguments:\n\n photo_id (Required)\n The id of the photo to fetch size information for.'), |
| 87 | | ('getUntagged', 'flickr.photos.getUntagged\n\n Returns a list of your photos with no tags.\n\n Arguments:\n\n min_upload_date (Optional)\n Minimum upload date. Photos with an upload date greater than or equal to this value will be returned. The date should be in the form of a unix timestamp.\n\n max_upload_date (Optional)\n Maximum upload date. Photos with an upload date less than or equal to this value will be returned. The date should be in the form of a unix timestamp.\n\n min_taken_date (Optional)\n Minimum taken date. Photos with an taken date greater than or equal to this value will be returned. The date should be in the form of a mysql datetime.\n\n max_taken_date (Optional)\n Maximum taken date. Photos with an taken date less than or equal to this value will be returned. The date should be in the form of a mysql datetime.\n\n privacy_filter (Optional)\n Return photos only matching a certain privacy level. Valid values are:\r\n<ul>\r\n<li>1 public photos</li>\r\n<li>2 private photos visible to friends</li>\r\n<li>3 private photos visible to family</li>\r\n<li>4 private photos visible to friends & family</li>\r\n<li>5 completely private photos</li>\r\n</ul>\r\n\n\n media (Optional)\n Filter results by media type. Possible values are <code>all</code> (default), <code>photos</code> or <code>videos</code>\n\n extras (Optional)\n A comma-delimited list of extra information to fetch for each returned record. Currently supported fields are: <code>license</code>, <code>date_upload</code>, <code>date_taken</code>, <code>owner_name</code>, <code>icon_server</code>, <code>original_format</code>, <code>last_update</code>, <code>geo</code>, <code>tags</code>, <code>machine_tags</code>, <code>o_dims</code>, <code>views</code>, <code>media</code>.\n\n per_page (Optional)\n Number of photos to return per page. If this argument is omitted, it defaults to 100. The maximum allowed value is 500.\n\n page (Optional)\n The page of results to return. If this argument is omitted, it defaults to 1.'), |
| 88 | | ('getWithGeoData', 'flickr.photos.getWithGeoData\n\n Returns a list of your geo-tagged photos.\n\n Arguments:\n\n min_upload_date (Optional)\n Minimum upload date. Photos with an upload date greater than or equal to this value will be returned. The date should be in the form of a unix timestamp.\n\n max_upload_date (Optional)\n Maximum upload date. Photos with an upload date less than or equal to this value will be returned. The date should be in the form of a unix timestamp.\n\n min_taken_date (Optional)\n Minimum taken date. Photos with an taken date greater than or equal to this value will be returned. The date should be in the form of a mysql datetime.\n\n max_taken_date (Optional)\n Maximum taken date. Photos with an taken date less than or equal to this value will be returned. The date should be in the form of a mysql datetime.\n\n privacy_filter (Optional)\n Return photos only matching a certain privacy level. Valid values are:\r\n<ul>\r\n<li>1 public photos</li>\r\n<li>2 private photos visible to friends</li>\r\n<li>3 private photos visible to family</li>\r\n<li>4 private photos visible to friends & family</li>\r\n<li>5 completely private photos</li>\r\n</ul>\r\n\n\n sort (Optional)\n The order in which to sort returned photos. Deafults to date-posted-desc. The possible values are: date-posted-asc, date-posted-desc, date-taken-asc, date-taken-desc, interestingness-desc, and interestingness-asc.\n\n media (Optional)\n Filter results by media type. Possible values are <code>all</code> (default), <code>photos</code> or <code>videos</code>\n\n extras (Optional)\n A comma-delimited list of extra information to fetch for each returned record. Currently supported fields are: <code>license</code>, <code>date_upload</code>, <code>date_taken</code>, <code>owner_name</code>, <code>icon_server</code>, <code>original_format</code>, <code>last_update</code>, <code>geo</code>, <code>tags</code>, <code>machine_tags</code>, <code>o_dims</code>, <code>views</code>, <code>media</code>.\n\n per_page (Optional)\n Number of photos to return per page. If this argument is omitted, it defaults to 100. The maximum allowed value is 500.\n\n page (Optional)\n The page of results to return. If this argument is omitted, it defaults to 1.'), |
| 89 | | ('getWithoutGeoData', "flickr.photos.getWithoutGeoData\n\n Returns a list of your photos which haven't been geo-tagged.\n\n Arguments:\n\n min_upload_date (Optional)\n Minimum upload date. Photos with an upload date greater than or equal to this value will be returned. The date should be in the form of a unix timestamp.\n\n max_upload_date (Optional)\n Maximum upload date. Photos with an upload date less than or equal to this value will be returned. The date should be in the form of a unix timestamp.\n\n min_taken_date (Optional)\n Minimum taken date. Photos with an taken date greater than or equal to this value will be returned. The date should be in the form of a mysql datetime.\n\n max_taken_date (Optional)\n Maximum taken date. Photos with an taken date less than or equal to this value will be returned. The date should be in the form of a mysql datetime.\n\n privacy_filter (Optional)\n Return photos only matching a certain privacy level. Valid values are:\r\n<ul>\r\n<li>1 public photos</li>\r\n<li>2 private photos visible to friends</li>\r\n<li>3 private photos visible to family</li>\r\n<li>4 private photos visible to friends & family</li>\r\n<li>5 completely private photos</li>\r\n</ul>\r\n\n\n sort (Optional)\n The order in which to sort returned photos. Deafults to date-posted-desc. The possible values are: date-posted-asc, date-posted-desc, date-taken-asc, date-taken-desc, interestingness-desc, and interestingness-asc.\n\n media (Optional)\n Filter results by media type. Possible values are <code>all</code> (default), <code>photos</code> or <code>videos</code>\n\n extras (Optional)\n A comma-delimited list of extra information to fetch for each returned record. Currently supported fields are: <code>license</code>, <code>date_upload</code>, <code>date_taken</code>, <code>owner_name</code>, <code>icon_server</code>, <code>original_format</code>, <code>last_update</code>, <code>geo</code>, <code>tags</code>, <code>machine_tags</code>, <code>o_dims</code>, <code>views</code>, <code>media</code>.\n\n per_page (Optional)\n Number of photos to return per page. If this argument is omitted, it defaults to 100. The maximum allowed value is 500.\n\n page (Optional)\n The page of results to return. If this argument is omitted, it defaults to 1."), |
| 90 | | ('recentlyUpdated', "flickr.photos.recentlyUpdated\n\n <p>Return a list of your photos that have been recently created or which have been recently modified.</p>\r\n\r\n<p>Recently modified may mean that the photo's metadata (title, description, tags) may have been changed or a comment has been added (or just modified somehow :-)</p>\n\n Arguments:\n\n min_date (Required)\n A Unix timestamp indicating the date from which modifications should be compared.\n\n extras (Optional)\n A comma-delimited list of extra information to fetch for each returned record. Currently supported fields are: <code>license</code>, <code>date_upload</code>, <code>date_taken</code>, <code>owner_name</code>, <code>icon_server</code>, <code>original_format</code>, <code>last_update</code>, <code>geo</code>, <code>tags</code>, <code>machine_tags</code>, <code>o_dims</code>, <code>views</code>, <code>media</code>.\n\n per_page (Optional)\n Number of photos to return per page. If this argument is omitted, it defaults to 100. The maximum allowed value is 500.\n\n page (Optional)\n The page of results to return. If this argument is omitted, it defaults to 1."), |
| 91 | | ('removeTag', 'flickr.photos.removeTag\n\n Remove a tag from a photo.\n\n Arguments:\n\n tag_id (Required)\n The tag to remove from the photo. This parameter should contain a tag id, as returned by <a href="/services/api/flickr.photos.getInfo.html">flickr.photos.getInfo</a>.'), |
| 92 | | ('search', 'flickr.photos.search\n\n Return a list of photos matching some criteria. Only photos visible to the calling user will be returned. To return private or semi-private photos, the caller must be authenticated with \'read\' permissions, and have permission to view the photos. Unauthenticated calls will only return public photos.\n\n Arguments:\n\n user_id (Optional)\n The NSID of the user who\'s photo to search. If this parameter isn\'t passed then everybody\'s public photos will be searched. A value of "me" will search against the calling user\'s photos for authenticated calls.\n\n tags (Optional)\n A comma-delimited list of tags. Photos with one or more of the tags listed will be returned.\n\n tag_mode (Optional)\n Either \'any\' for an OR combination of tags, or \'all\' for an AND combination. Defaults to \'any\' if not specified.\n\n text (Optional)\n A free text search. Photos who\'s title, description or tags contain the text will be returned.\n\n min_upload_date (Optional)\n Minimum upload date. Photos with an upload date greater than or equal to this value will be returned. The date should be in the form of a unix timestamp.\n\n max_upload_date (Optional)\n Maximum upload date. Photos with an upload date less than or equal to this value will be returned. The date should be in the form of a unix timestamp.\n\n min_taken_date (Optional)\n Minimum taken date. Photos with an taken date greater than or equal to this value will be returned. The date should be in the form of a mysql datetime.\n\n max_taken_date (Optional)\n Maximum taken date. Photos with an taken date less than or equal to this value will be returned. The date should be in the form of a mysql datetime.\n\n license (Optional)\n The license id for photos (for possible values see the flickr.photos.licenses.getInfo method). Multiple licenses may be comma-separated.\n\n sort (Optional)\n The order in which to sort returned photos. Deafults to date-posted-desc (unless you are doing a radial geo query, in which case the default sorting is by ascending distance from the point specified). The possible values are: date-posted-asc, date-posted-desc, date-taken-asc, date-taken-desc, interestingness-desc, interestingness-asc, and relevance.\n\n privacy_filter (Optional)\n Return photos only matching a certain privacy level. This only applies when making an authenticated call to view photos you own. Valid values are:\r\n<ul>\r\n<li>1 public photos</li>\r\n<li>2 private photos visible to friends</li>\r\n<li>3 private photos visible to family</li>\r\n<li>4 private photos visible to friends & family</li>\r\n<li>5 completely private photos</li>\r\n</ul>\r\n\n\n bbox (Optional)\n A comma-delimited list of 4 values defining the Bounding Box of the area that will be searched.\r\n<br /><br />\r\nThe 4 values represent the bottom-left corner of the box and the top-right corner, minimum_longitude, minimum_latitude, maximum_longitude, maximum_latitude.\r\n<br /><br />\r\nLongitude has a range of -180 to 180 , latitude of -90 to 90. Defaults to -180, -90, 180, 90 if not specified.\r\n<br /><br />\r\nUnlike standard photo queries, geo (or bounding box) queries will only return 250 results per page.\r\n<br /><br />\r\nGeo queries require some sort of limiting agent in order to prevent the database from crying. This is basically like the check against "parameterless searches" for queries without a geo component.\r\n<br /><br />\r\nA tag, for instance, is considered a limiting agent as are user defined min_date_taken and min_date_upload parameters — If no limiting factor is passed we return only photos added in the last 12 hours (though we may extend the limit in the future).\n\n accuracy (Optional)\n Recorded accuracy level of the location information. Current range is 1-16 : \r\n\r\n<ul>\r\n<li>World level is 1</li>\r\n<li>Country is ~3</li>\r\n<li>Region is ~6</li>\r\n<li>City is ~11</li>\r\n<li>Street is ~16</li>\r\n</ul>\r\n\r\nDefaults to maximum value if not specified.\n\n safe_search (Optional)\n Safe search setting:\r\n\r\n<ul>\r\n<li>1 for safe.</li>\r\n<li>2 for moderate.</li>\r\n<li>3 for restricted.</li>\r\n</ul>\r\n\r\n(Please note: Un-authed calls can only see Safe content.)\n\n content_type (Optional)\n Content Type setting:\r\n<ul>\r\n<li>1 for photos only.</li>\r\n<li>2 for screenshots only.</li>\r\n<li>3 for \'other\' only.</li>\r\n<li>4 for photos and screenshots.</li>\r\n<li>5 for screenshots and \'other\'.</li>\r\n<li>6 for photos and \'other\'.</li>\r\n<li>7 for photos, screenshots, and \'other\' (all).</li>\r\n</ul>\n\n machine_tags (Optional)\n Aside from passing in a fully formed machine tag, there is a special syntax for searching on specific properties :\r\n\r\n<ul>\r\n <li>Find photos using the \'dc\' namespace : <code>"machine_tags" => "dc:"</code></li>\r\n\r\n <li> Find photos with a title in the \'dc\' namespace : <code>"machine_tags" => "dc:title="</code></li>\r\n\r\n <li>Find photos titled "mr. camera" in the \'dc\' namespace : <code>"machine_tags" => "dc:title=\\"mr. camera\\"</code></li>\r\n\r\n <li>Find photos whose value is "mr. camera" : <code>"machine_tags" => "*:*=\\"mr. camera\\""</code></li>\r\n\r\n <li>Find photos that have a title, in any namespace : <code>"machine_tags" => "*:title="</code></li>\r\n\r\n <li>Find photos that have a title, in any namespace, whose value is "mr. camera" : <code>"machine_tags" => "*:title=\\"mr. camera\\""</code></li>\r\n\r\n <li>Find photos, in the \'dc\' namespace whose value is "mr. camera" : <code>"machine_tags" => "dc:*=\\"mr. camera\\""</code></li>\r\n\r\n </ul>\r\n\r\nMultiple machine tags may be queried by passing a comma-separated list. The number of machine tags you can pass in a single query depends on the tag mode (AND or OR) that you are querying with. "AND" queries are limited to (16) machine tags. "OR" queries are limited\r\nto (8).\n\n machine_tag_mode (Required)\n Either \'any\' for an OR combination of tags, or \'all\' for an AND combination. Defaults to \'any\' if not specified.\n\n group_id (Optional)\n The id of a group who\'s pool to search. If specified, only matching photos posted to the group\'s pool will be returned.\n\n contacts (Optional)\n Search your contacts. Either \'all\' or \'ff\' for just friends and family. (Experimental)\n\n woe_id (Optional)\n A 32-bit identifier that uniquely represents spatial entities. (not used if bbox argument is present). \r\n<br /><br />\r\nGeo queries require some sort of limiting agent in order to prevent the database from crying. This is basically like the check against "parameterless searches" for queries without a geo component.\r\n<br /><br />\r\nA tag, for instance, is considered a limiting agent as are user defined min_date_taken and min_date_upload parameters &emdash; If no limiting factor is passed we return only photos added in the last 12 hours (though we may extend the limit in the future).\n\n place_id (Optional)\n A Flickr place id. (not used if bbox argument is present).\r\n<br /><br />\r\nGeo queries require some sort of limiting agent in order to prevent the database from crying. This is basically like the check against "parameterless searches" for queries without a geo component.\r\n<br /><br />\r\nA tag, for instance, is considered a limiting agent as are user defined min_date_taken and min_date_upload parameters &emdash; If no limiting factor is passed we return only photos added in the last 12 hours (though we may extend the limit in the future).\n\n media (Optional)\n Filter results by media type. Possible values are <code>all</code> (default), <code>photos</code> or <code>videos</code>\n\n has_geo (Optional)\n Any photo that has been geotagged.\r\n<br /><br />\r\nGeo queries require some sort of limiting agent in order to prevent the database from crying. This is basically like the check against "parameterless searches" for queries without a geo component.\r\n<br /><br />\r\nA tag, for instance, is considered a limiting agent as are user defined min_date_taken and min_date_upload parameters &emdash; If no limiting factor is passed we return only photos added in the last 12 hours (though we may extend the limit in the future).\n\n geo_context (Optional)\n Geo context is a numeric value representing the photo\'s geotagginess beyond latitude and longitude. For example, you may wish to search for photos that were taken "indoors" or "outdoors". <br /><br />\r\nThe current list of context IDs is :<br /><br/>\r\n<ul>\r\n<li><strong>0</strong>, not defined.</li>\r\n<li><strong>1</strong>, indoors.</li>\r\n<li><strong>2</strong>, outdoors.</li>\r\n</ul>\r\n<br /><br />\r\nGeo queries require some sort of limiting agent in order to prevent the database from crying. This is basically like the check against "parameterless searches" for queries without a geo component.\r\n<br /><br />\r\nA tag, for instance, is considered a limiting agent as are user defined min_date_taken and min_date_upload parameters &emdash; If no limiting factor is passed we return only photos added in the last 12 hours (though we may extend the limit in the future).\n\n lat (Optional)\n A valid latitude, in decimal format, for doing radial geo queries.\r\n<br /><br />\r\nGeo queries require some sort of limiting agent in order to prevent the database from crying. This is basically like the check against "parameterless searches" for queries without a geo component.\r\n<br /><br />\r\nA tag, for instance, is considered a limiting agent as are user defined min_date_taken and min_date_upload parameters &emdash; If no limiting factor is passed we return only photos added in the last 12 hours (though we may extend the limit in the future).\n\n lon (Optional)\n A valid longitude, in decimal format, for doing radial geo queries.\r\n<br /><br />\r\nGeo queries require some sort of limiting agent in order to prevent the database from crying. This is basically like the check against "parameterless searches" for queries without a geo component.\r\n<br /><br />\r\nA tag, for instance, is considered a limiting agent as are user defined min_date_taken and min_date_upload parameters &emdash; If no limiting factor is passed we return only photos added in the last 12 hours (though we may extend the limit in the future).\n\n radius (Optional)\n A valid radius used for geo queries, greater than zero and less than 20 miles (or 32 kilometers), for use with point-based geo queries. The default value is 5 (km).\n\n radius_units (Optional)\n The unit of measure when doing radial geo queries. Valid options are "mi" (miles) and "km" (kilometers). The default is "km".\n\n is_commons (Optional)\n Limit the scope of the search to only photos that are part of the <a href="http://flickr.com/commons">Flickr Commons project</a>. Default is false.\n\n extras (Optional)\n A comma-delimited list of extra information to fetch for each returned record. Currently supported fields are: <code>license</code>, <code>date_upload</code>, <code>date_taken</code>, <code>owner_name</code>, <code>icon_server</code>, <code>original_format</code>, <code>last_update</code>, <code>geo</code>, <code>tags</code>, <code>machine_tags</code>, <code>o_dims</code>, <code>views</code>, <code>media</code>.\n\n per_page (Optional)\n Number of photos to return per page. If this argument is omitted, it defaults to 100. The maximum allowed value is 500.\n\n page (Optional)\n The page of results to return. If this argument is omitted, it defaults to 1.'), |
| 93 | | ('setContentType', 'flickr.photos.setContentType\n\n Set the content type of a photo.\n\n Arguments:\n\n photo_id (Required)\n The id of the photo to set the adultness of.\n\n content_type (Required)\n The content type of the photo. Must be one of: 1 for Photo, 2 for Screenshot, and 3 for Other.'), |
| 94 | | ('setDates', 'flickr.photos.setDates\n\n Set one or both of the dates for a photo.\n\n Arguments:\n\n photo_id (Required)\n The id of the photo to edit dates for.\n\n date_posted (Optional)\n The date the photo was uploaded to flickr (see the <a href="/services/api/misc.dates.html">dates documentation</a>)\n\n date_taken (Optional)\n The date the photo was taken (see the <a href="/services/api/misc.dates.html">dates documentation</a>)\n\n date_taken_granularity (Optional)\n The granularity of the date the photo was taken (see the <a href="/services/api/misc.dates.html">dates documentation</a>)'), |
| 95 | | ('setMeta', 'flickr.photos.setMeta\n\n Set the meta information for a photo.\n\n Arguments:\n\n photo_id (Required)\n The id of the photo to set information for.\n\n title (Required)\n The title for the photo.\n\n description (Required)\n The description for the photo.'), |
| 96 | | ('setPerms', "flickr.photos.setPerms\n\n Set permissions for a photo.\n\n Arguments:\n\n photo_id (Required)\n The id of the photo to set permissions for.\n\n is_public (Required)\n 1 to set the photo to public, 0 to set it to private.\n\n is_friend (Required)\n 1 to make the photo visible to friends when private, 0 to not.\n\n is_family (Required)\n 1 to make the photo visible to family when private, 0 to not.\n\n perm_comment (Required)\n who can add comments to the photo and it's notes. one of:<br />\r\n<code>0</code>: nobody<br />\r\n<code>1</code>: friends & family<br />\r\n<code>2</code>: contacts<br />\r\n<code>3</code>: everybody\n\n perm_addmeta (Required)\n who can add notes and tags to the photo. one of:<br />\r\n<code>0</code>: nobody / just the owner<br />\r\n<code>1</code>: friends & family<br />\r\n<code>2</code>: contacts<br />\r\n<code>3</code>: everybody\r\n"), |
| 97 | | ('setSafetyLevel', 'flickr.photos.setSafetyLevel\n\n Set the safety level of a photo.\n\n Arguments:\n\n photo_id (Required)\n The id of the photo to set the adultness of.\n\n safety_level (Optional)\n The safety level of the photo. Must be one of:\r\n\r\n1 for Safe, 2 for Moderate, and 3 for Restricted.\n\n hidden (Optional)\n Whether or not to additionally hide the photo from public searches. Must be either 1 for Yes or 0 for No.'), |
| 98 | | ('setTags', 'flickr.photos.setTags\n\n Set the tags for a photo.\n\n Arguments:\n\n photo_id (Required)\n The id of the photo to set tags for.\r\n\n\n tags (Required)\n All tags for the photo (as a single space-delimited string).'), |
| | 78 | ('addTags', u'flickr.photos.addTags\n\n Add tags to a photo.\n\n Arguments:\n\n photo_id (Required)\n The id of the photo to add tags to.\n\n tags (Required)\n The tags to add to the photo.'), |
| | 79 | ('delete', u'flickr.photos.delete\n\n Delete a photo from flickr.\n\n Arguments:\n\n photo_id (Required)\n The id of the photo to delete.'), |
| | 80 | ('getAllContexts', u'flickr.photos.getAllContexts\n\n Returns all visible sets and pools the photo belongs to.\n\n Arguments:\n\n photo_id (Required)\n The photo to return information for.'), |
| | 81 | ('getContactsPhotos', u"flickr.photos.getContactsPhotos\n\n Fetch a list of recent photos from the calling users' contacts.\n\n Arguments:\n\n count (Optional)\n Number of photos to return. Defaults to 10, maximum 50. This is only used if <code>single_photo</code> is not passed.\n\n just_friends (Optional)\n set as 1 to only show photos from friends and family (excluding regular contacts).\n\n single_photo (Optional)\n Only fetch one photo (the latest) per contact, instead of all photos in chronological order.\n\n include_self (Optional)\n Set to 1 to include photos from the calling user.\n\n extras (Optional)\n A comma-delimited list of extra information to fetch for each returned record. Currently supported fields are: license, date_upload, date_taken, owner_name, icon_server, original_format, last_update."), |
| | 82 | ('getContactsPublicPhotos', u"flickr.photos.getContactsPublicPhotos\n\n Fetch a list of recent public photos from a users' contacts.\n\n Arguments:\n\n user_id (Required)\n The NSID of the user to fetch photos for.\n\n count (Optional)\n Number of photos to return. Defaults to 10, maximum 50. This is only used if <code>single_photo</code> is not passed.\n\n just_friends (Optional)\n set as 1 to only show photos from friends and family (excluding regular contacts).\n\n single_photo (Optional)\n Only fetch one photo (the latest) per contact, instead of all photos in chronological order.\n\n include_self (Optional)\n Set to 1 to include photos from the user specified by user_id.\n\n extras (Optional)\n A comma-delimited list of extra information to fetch for each returned record. Currently supported fields are: license, date_upload, date_taken, owner_name, icon_server, original_format, last_update."), |
| | 83 | ('getContext', u'flickr.photos.getContext\n\n Returns next and previous photos for a photo in a photostream.\n\n Arguments:\n\n photo_id (Required)\n The id of the photo to fetch the context for.'), |
| | 84 | ('getCounts', u'flickr.photos.getCounts\n\n Gets a list of photo counts for the given date ranges for the calling user.\n\n Arguments:\n\n dates (Optional)\n A comma delimited list of unix timestamps, denoting the periods to return counts for. They should be specified <b>smallest first</b>.\n\n taken_dates (Optional)\n A comma delimited list of mysql datetimes, denoting the periods to return counts for. They should be specified <b>smallest first</b>.'), |
| | 85 | ('getExif', u"flickr.photos.getExif\n\n Retrieves a list of EXIF/TIFF/GPS tags for a given photo. The calling user must have permission to view the photo.\n\n Arguments:\n\n photo_id (Required)\n The id of the photo to fetch information for.\n\n secret (Optional)\n The secret for the photo. If the correct secret is passed then permissions checking is skipped. This enables the 'sharing' of individual photos by passing around the id and secret."), |
| | 86 | ('getFavorites', u'flickr.photos.getFavorites\n\n Returns the list of people who have favorited a given photo.\n\n Arguments:\n\n photo_id (Required)\n The ID of the photo to fetch the favoriters list for.\n\n page (Optional)\n The page of results to return. If this argument is omitted, it defaults to 1.\n\n per_page (Optional)\n Number of usres to return per page. If this argument is omitted, it defaults to 10. The maximum allowed value is 50.'), |
| | 87 | ('getInfo', u"flickr.photos.getInfo\n\n Get information about a photo. The calling user must have permission to view the photo.\n\n Arguments:\n\n photo_id (Required)\n The id of the photo to get information for.\n\n secret (Optional)\n The secret for the photo. If the correct secret is passed then permissions checking is skipped. This enables the 'sharing' of individual photos by passing around the id and secret."), |
| | 88 | ('getNotInSet', u'flickr.photos.getNotInSet\n\n Returns a list of your photos that are not part of any sets.\n\n Arguments:\n\n min_upload_date (Optional)\n Minimum upload date. Photos with an upload date greater than or equal to this value will be returned. The date should be in the form of a unix timestamp.\n\n max_upload_date (Optional)\n Maximum upload date. Photos with an upload date less than or equal to this value will be returned. The date should be in the form of a unix timestamp.\n\n min_taken_date (Optional)\n Minimum taken date. Photos with an taken date greater than or equal to this value will be returned. The date should be in the form of a mysql datetime.\n\n max_taken_date (Optional)\n Maximum taken date. Photos with an taken date less than or equal to this value will be returned. The date should be in the form of a mysql datetime.\n\n privacy_filter (Optional)\n Return photos only matching a certain privacy level. Valid values are:\r\n<ul>\r\n<li>1 public photos</li>\r\n<li>2 private photos visible to friends</li>\r\n<li>3 private photos visible to family</li>\r\n<li>4 private photos visible to friends & family</li>\r\n<li>5 completely private photos</li>\r\n</ul>\r\n\n\n media (Optional)\n Filter results by media type. Possible values are <code>all</code> (default), <code>photos</code> or <code>videos</code>\n\n extras (Optional)\n A comma-delimited list of extra information to fetch for each returned record. Currently supported fields are: <code>license</code>, <code>date_upload</code>, <code>date_taken</code>, <code>owner_name</code>, <code>icon_server</code>, <code>original_format</code>, <code>last_update</code>, <code>geo</code>, <code>tags</code>, <code>machine_tags</code>, <code>o_dims</code>, <code>views</code>, <code>media</code>.\n\n per_page (Optional)\n Number of photos to return per page. If this argument is omitted, it defaults to 100. The maximum allowed value is 500.\n\n page (Optional)\n The page of results to return. If this argument is omitted, it defaults to 1.'), |
| | 89 | ('getPerms', u'flickr.photos.getPerms\n\n Get permissions for a photo.\n\n Arguments:\n\n photo_id (Required)\n The id of the photo to get permissions for.'), |
| | 90 | ('getRecent', u'flickr.photos.getRecent\n\n Returns a list of the latest public photos uploaded to flickr.\n\n Arguments:\n\n extras (Optional)\n A comma-delimited list of extra information to fetch for each returned record. Currently supported fields are: <code>license</code>, <code>date_upload</code>, <code>date_taken</code>, <code>owner_name</code>, <code>icon_server</code>, <code>original_format</code>, <code>last_update</code>, <code>geo</code>, <code>tags</code>, <code>machine_tags</code>, <code>o_dims</code>, <code>views</code>, <code>media</code>.\n\n per_page (Optional)\n Number of photos to return per page. If this argument is omitted, it defaults to 100. The maximum allowed value is 500.\n\n page (Optional)\n The page of results to return. If this argument is omitted, it defaults to 1.'), |
| | 91 | ('getSizes', u'flickr.photos.getSizes\n\n Returns the available sizes for a photo. The calling user must have permission to view the photo.\n\n Arguments:\n\n photo_id (Required)\n The id of the photo to fetch size information for.'), |
| | 92 | ('getUntagged', u'flickr.photos.getUntagged\n\n Returns a list of your photos with no tags.\n\n Arguments:\n\n min_upload_date (Optional)\n Minimum upload date. Photos with an upload date greater than or equal to this value will be returned. The date should be in the form of a unix timestamp.\n\n max_upload_date (Optional)\n Maximum upload date. Photos with an upload date less than or equal to this value will be returned. The date should be in the form of a unix timestamp.\n\n min_taken_date (Optional)\n Minimum taken date. Photos with an taken date greater than or equal to this value will be returned. The date should be in the form of a mysql datetime.\n\n max_taken_date (Optional)\n Maximum taken date. Photos with an taken date less than or equal to this value will be returned. The date should be in the form of a mysql datetime.\n\n privacy_filter (Optional)\n Return photos only matching a certain privacy level. Valid values are:\r\n<ul>\r\n<li>1 public photos</li>\r\n<li>2 private photos visible to friends</li>\r\n<li>3 private photos visible to family</li>\r\n<li>4 private photos visible to friends & family</li>\r\n<li>5 completely private photos</li>\r\n</ul>\r\n\n\n media (Optional)\n Filter results by media type. Possible values are <code>all</code> (default), <code>photos</code> or <code>videos</code>\n\n extras (Optional)\n A comma-delimited list of extra information to fetch for each returned record. Currently supported fields are: <code>license</code>, <code>date_upload</code>, <code>date_taken</code>, <code>owner_name</code>, <code>icon_server</code>, <code>original_format</code>, <code>last_update</code>, <code>geo</code>, <code>tags</code>, <code>machine_tags</code>, <code>o_dims</code>, <code>views</code>, <code>media</code>.\n\n per_page (Optional)\n Number of photos to return per page. If this argument is omitted, it defaults to 100. The maximum allowed value is 500.\n\n page (Optional)\n The page of results to return. If this argument is omitted, it defaults to 1.'), |
| | 93 | ('getWithGeoData', u'flickr.photos.getWithGeoData\n\n Returns a list of your geo-tagged photos.\n\n Arguments:\n\n min_upload_date (Optional)\n Minimum upload date. Photos with an upload date greater than or equal to this value will be returned. The date should be in the form of a unix timestamp.\n\n max_upload_date (Optional)\n Maximum upload date. Photos with an upload date less than or equal to this value will be returned. The date should be in the form of a unix timestamp.\n\n min_taken_date (Optional)\n Minimum taken date. Photos with an taken date greater than or equal to this value will be returned. The date should be in the form of a mysql datetime.\n\n max_taken_date (Optional)\n Maximum taken date. Photos with an taken date less than or equal to this value will be returned. The date should be in the form of a mysql datetime.\n\n privacy_filter (Optional)\n Return photos only matching a certain privacy level. Valid values are:\r\n<ul>\r\n<li>1 public photos</li>\r\n<li>2 private photos visible to friends</li>\r\n<li>3 private photos visible to family</li>\r\n<li>4 private photos visible to friends & family</li>\r\n<li>5 completely private photos</li>\r\n</ul>\r\n\n\n sort (Optional)\n The order in which to sort returned photos. Deafults to date-posted-desc. The possible values are: date-posted-asc, date-posted-desc, date-taken-asc, date-taken-desc, interestingness-desc, and interestingness-asc.\n\n media (Optional)\n Filter results by media type. Possible values are <code>all</code> (default), <code>photos</code> or <code>videos</code>\n\n extras (Optional)\n A comma-delimited list of extra information to fetch for each returned record. Currently supported fields are: <code>license</code>, <code>date_upload</code>, <code>date_taken</code>, <code>owner_name</code>, <code>icon_server</code>, <code>original_format</code>, <code>last_update</code>, <code>geo</code>, <code>tags</code>, <code>machine_tags</code>, <code>o_dims</code>, <code>views</code>, <code>media</code>.\n\n per_page (Optional)\n Number of photos to return per page. If this argument is omitted, it defaults to 100. The maximum allowed value is 500.\n\n page (Optional)\n The page of results to return. If this argument is omitted, it defaults to 1.'), |
| | 94 | ('getWithoutGeoData', u"flickr.photos.getWithoutGeoData\n\n Returns a list of your photos which haven't been geo-tagged.\n\n Arguments:\n\n min_upload_date (Optional)\n Minimum upload date. Photos with an upload date greater than or equal to this value will be returned. The date should be in the form of a unix timestamp.\n\n max_upload_date (Optional)\n Maximum upload date. Photos with an upload date less than or equal to this value will be returned. The date should be in the form of a unix timestamp.\n\n min_taken_date (Optional)\n Minimum taken date. Photos with an taken date greater than or equal to this value will be returned. The date should be in the form of a mysql datetime.\n\n max_taken_date (Optional)\n Maximum taken date. Photos with an taken date less than or equal to this value will be returned. The date should be in the form of a mysql datetime.\n\n privacy_filter (Optional)\n Return photos only matching a certain privacy level. Valid values are:\r\n<ul>\r\n<li>1 public photos</li>\r\n<li>2 private photos visible to friends</li>\r\n<li>3 private photos visible to family</li>\r\n<li>4 private photos visible to friends & family</li>\r\n<li>5 completely private photos</li>\r\n</ul>\r\n\n\n sort (Optional)\n The order in which to sort returned photos. Deafults to date-posted-desc. The possible values are: date-posted-asc, date-posted-desc, date-taken-asc, date-taken-desc, interestingness-desc, and interestingness-asc.\n\n media (Optional)\n Filter results by media type. Possible values are <code>all</code> (default), <code>photos</code> or <code>videos</code>\n\n extras (Optional)\n A comma-delimited list of extra information to fetch for each returned record. Currently supported fields are: <code>license</code>, <code>date_upload</code>, <code>date_taken</code>, <code>owner_name</code>, <code>icon_server</code>, <code>original_format</code>, <code>last_update</code>, <code>geo</code>, <code>tags</code>, <code>machine_tags</code>, <code>o_dims</code>, <code>views</code>, <code>media</code>.\n\n per_page (Optional)\n Number of photos to return per page. If this argument is omitted, it defaults to 100. The maximum allowed value is 500.\n\n page (Optional)\n The page of results to return. If this argument is omitted, it defaults to 1."), |
| | 95 | ('recentlyUpdated', u"flickr.photos.recentlyUpdated\n\n <p>Return a list of your photos that have been recently created or which have been recently modified.</p>\r\n\r\n<p>Recently modified may mean that the photo's metadata (title, description, tags) may have been changed or a comment has been added (or just modified somehow :-)</p>\n\n Arguments:\n\n min_date (Required)\n A Unix timestamp indicating the date from which modifications should be compared.\n\n extras (Optional)\n A comma-delimited list of extra information to fetch for each returned record. Currently supported fields are: <code>license</code>, <code>date_upload</code>, <code>date_taken</code>, <code>owner_name</code>, <code>icon_server</code>, <code>original_format</code>, <code>last_update</code>, <code>geo</code>, <code>tags</code>, <code>machine_tags</code>, <code>o_dims</code>, <code>views</code>, <code>media</code>.\n\n per_page (Optional)\n Number of photos to return per page. If this argument is omitted, it defaults to 100. The maximum allowed value is 500.\n\n page (Optional)\n The page of results to return. If this argument is omitted, it defaults to 1."), |
| | 96 | ('removeTag', u'flickr.photos.removeTag\n\n Remove a tag from a photo.\n\n Arguments:\n\n tag_id (Required)\n The tag to remove from the photo. This parameter should contain a tag id, as returned by <a href="/services/api/flickr.photos.getInfo.html">flickr.photos.getInfo</a>.'), |
| | 97 | ('search', u'flickr.photos.search\n\n Return a list of photos matching some criteria. Only photos visible to the calling user will be returned. To return private or semi-private photos, the caller must be authenticated with \'read\' permissions, and have permission to view the photos. Unauthenticated calls will only return public photos.\n\n Arguments:\n\n user_id (Optional)\n The NSID of the user who\'s photo to search. If this parameter isn\'t passed then everybody\'s public photos will be searched. A value of "me" will search against the calling user\'s photos for authenticated calls.\n\n tags (Optional)\n A comma-delimited list of tags. Photos with one or more of the tags listed will be returned.\n\n tag_mode (Optional)\n Either \'any\' for an OR combination of tags, or \'all\' for an AND combination. Defaults to \'any\' if not specified.\n\n text (Optional)\n A free text search. Photos who\'s title, description or tags contain the text will be returned.\n\n min_upload_date (Optional)\n Minimum upload date. Photos with an upload date greater than or equal to this value will be returned. The date should be in the form of a unix timestamp.\n\n max_upload_date (Optional)\n Maximum upload date. Photos with an upload date less than or equal to this value will be returned. The date should be in the form of a unix timestamp.\n\n min_taken_date (Optional)\n Minimum taken date. Photos with an taken date greater than or equal to this value will be returned. The date should be in the form of a mysql datetime.\n\n max_taken_date (Optional)\n Maximum taken date. Photos with an taken date less than or equal to this value will be returned. The date should be in the form of a mysql datetime.\n\n license (Optional)\n The license id for photos (for possible values see the flickr.photos.licenses.getInfo method). Multiple licenses may be comma-separated.\n\n sort (Optional)\n The order in which to sort returned photos. Deafults to date-posted-desc (unless you are doing a radial geo query, in which case the default sorting is by ascending distance from the point specified). The possible values are: date-posted-asc, date-posted-desc, date-taken-asc, date-taken-desc, interestingness-desc, interestingness-asc, and relevance.\n\n privacy_filter (Optional)\n Return photos only matching a certain privacy level. This only applies when making an authenticated call to view photos you own. Valid values are:\r\n<ul>\r\n<li>1 public photos</li>\r\n<li>2 private photos visible to friends</li>\r\n<li>3 private photos visible to family</li>\r\n<li>4 private photos visible to friends & family</li>\r\n<li>5 completely private photos</li>\r\n</ul>\r\n\n\n bbox (Optional)\n A comma-delimited list of 4 values defining the Bounding Box of the area that will be searched.\r\n<br /><br />\r\nThe 4 values represent the bottom-left corner of the box and the top-right corner, minimum_longitude, minimum_latitude, maximum_longitude, maximum_latitude.\r\n<br /><br />\r\nLongitude has a range of -180 to 180 , latitude of -90 to 90. Defaults to -180, -90, 180, 90 if not specified.\r\n<br /><br />\r\nUnlike standard photo queries, geo (or bounding box) queries will only return 250 results per page.\r\n<br /><br />\r\nGeo queries require some sort of limiting agent in order to prevent the database from crying. This is basically like the check against "parameterless searches" for queries without a geo component.\r\n<br /><br />\r\nA tag, for instance, is considered a limiting agent as are user defined min_date_taken and min_date_upload parameters — If no limiting factor is passed we return only photos added in the last 12 hours (though we may extend the limit in the future).\n\n accuracy (Optional)\n Recorded accuracy level of the location information. Current range is 1-16 : \r\n\r\n<ul>\r\n<li>World level is 1</li>\r\n<li>Country is ~3</li>\r\n<li>Region is ~6</li>\r\n<li>City is ~11</li>\r\n<li>Street is ~16</li>\r\n</ul>\r\n\r\nDefaults to maximum value if not specified.\n\n safe_search (Optional)\n Safe search setting:\r\n\r\n<ul>\r\n<li>1 for safe.</li>\r\n<li>2 for moderate.</li>\r\n<li>3 for restricted.</li>\r\n</ul>\r\n\r\n(Please note: Un-authed calls can only see Safe content.)\n\n content_type (Optional)\n Content Type setting:\r\n<ul>\r\n<li>1 for photos only.</li>\r\n<li>2 for screenshots only.</li>\r\n<li>3 for \'other\' only.</li>\r\n<li>4 for photos and screenshots.</li>\r\n<li>5 for screenshots and \'other\'.</li>\r\n<li>6 for photos and \'other\'.</li>\r\n<li>7 for photos, screenshots, and \'other\' (all).</li>\r\n</ul>\n\n machine_tags (Optional)\n Aside from passing in a fully formed machine tag, there is a special syntax for searching on specific properties :\r\n\r\n<ul>\r\n <li>Find photos using the \'dc\' namespace : <code>"machine_tags" => "dc:"</code></li>\r\n\r\n <li> Find photos with a title in the \'dc\' namespace : <code>"machine_tags" => "dc:title="</code></li>\r\n\r\n <li>Find photos titled "mr. camera" in the \'dc\' namespace : <code>"machine_tags" => "dc:title=\\"mr. camera\\"</code></li>\r\n\r\n <li>Find photos whose value is "mr. camera" : <code>"machine_tags" => "*:*=\\"mr. camera\\""</code></li>\r\n\r\n <li>Find photos that have a title, in any namespace : <code>"machine_tags" => "*:title="</code></li>\r\n\r\n <li>Find photos that have a title, in any namespace, whose value is "mr. camera" : <code>"machine_tags" => "*:title=\\"mr. camera\\""</code></li>\r\n\r\n <li>Find photos, in the \'dc\' namespace whose value is "mr. camera" : <code>"machine_tags" => "dc:*=\\"mr. camera\\""</code></li>\r\n\r\n </ul>\r\n\r\nMultiple machine tags may be queried by passing a comma-separated list. The number of machine tags you can pass in a single query depends on the tag mode (AND or OR) that you are querying with. "AND" queries are limited to (16) machine tags. "OR" queries are limited\r\nto (8).\n\n machine_tag_mode (Required)\n Either \'any\' for an OR combination of tags, or \'all\' for an AND combination. Defaults to \'any\' if not specified.\n\n group_id (Optional)\n The id of a group who\'s pool to search. If specified, only matching photos posted to the group\'s pool will be returned.\n\n contacts (Optional)\n Search your contacts. Either \'all\' or \'ff\' for just friends and family. (Experimental)\n\n woe_id (Optional)\n A 32-bit identifier that uniquely represents spatial entities. (not used if bbox argument is present). \r\n<br /><br />\r\nGeo queries require some sort of limiting agent in order to prevent the database from crying. This is basically like the check against "parameterless searches" for queries without a geo component.\r\n<br /><br />\r\nA tag, for instance, is considered a limiting agent as are user defined min_date_taken and min_date_upload parameters &emdash; If no limiting factor is passed we return only photos added in the last 12 hours (though we may extend the limit in the future).\n\n place_id (Optional)\n A Flickr place id. (not used if bbox argument is present).\r\n<br /><br />\r\nGeo queries require some sort of limiting agent in order to prevent the database from crying. This is basically like the check against "parameterless searches" for queries without a geo component.\r\n<br /><br />\r\nA tag, for instance, is considered a limiting agent as are user defined min_date_taken and min_date_upload parameters &emdash; If no limiting factor is passed we return only photos added in the last 12 hours (though we may extend the limit in the future).\n\n media (Optional)\n Filter results by media type. Possible values are <code>all</code> (default), <code>photos</code> or <code>videos</code>\n\n has_geo (Optional)\n Any photo that has been geotagged, or if the value is "0" any photo that has <i>not</i> been geotagged.\r\n<br /><br />\r\nGeo queries require some sort of limiting agent in order to prevent the database from crying. This is basically like the check against "parameterless searches" for queries without a geo component.\r\n<br /><br />\r\nA tag, for instance, is considered a limiting agent as are user defined min_date_taken and min_date_upload parameters &emdash; If no limiting factor is passed we return only photos added in the last 12 hours (though we may extend the limit in the future).\n\n geo_context (Optional)\n Geo context is a numeric value representing the photo\'s geotagginess beyond latitude and longitude. For example, you may wish to search for photos that were taken "indoors" or "outdoors". <br /><br />\r\nThe current list of context IDs is :<br /><br/>\r\n<ul>\r\n<li><strong>0</strong>, not defined.</li>\r\n<li><strong>1</strong>, indoors.</li>\r\n<li><strong>2</strong>, outdoors.</li>\r\n</ul>\r\n<br /><br />\r\nGeo queries require some sort of limiting agent in order to prevent the database from crying. This is basically like the check against "parameterless searches" for queries without a geo component.\r\n<br /><br />\r\nA tag, for instance, is considered a limiting agent as are user defined min_date_taken and min_date_upload parameters &emdash; If no limiting factor is passed we return only photos added in the last 12 hours (though we may extend the limit in the future).\n\n lat (Optional)\n A valid latitude, in decimal format, for doing radial geo queries.\r\n<br /><br />\r\nGeo queries require some sort of limiting agent in order to prevent the database from crying. This is basically like the check against "parameterless searches" for queries without a geo component.\r\n<br /><br />\r\nA tag, for instance, is considered a limiting agent as are user defined min_date_taken and min_date_upload parameters &emdash; If no limiting factor is passed we return only photos added in the last 12 hours (though we may extend the limit in the future).\n\n lon (Optional)\n A valid longitude, in decimal format, for doing radial geo queries.\r\n<br /><br />\r\nGeo queries require some sort of limiting agent in order to prevent the database from crying. This is basically like the check against "parameterless searches" for queries without a geo component.\r\n<br /><br />\r\nA tag, for instance, is considered a limiting agent as are user defined min_date_taken and min_date_upload parameters &emdash; If no limiting factor is passed we return only photos added in the last 12 hours (though we may extend the limit in the future).\n\n radius (Optional)\n A valid radius used for geo queries, greater than zero and less than 20 miles (or 32 kilometers), for use with point-based geo queries. The default value is 5 (km).\n\n radius_units (Optional)\n The unit of measure when doing radial geo queries. Valid options are "mi" (miles) and "km" (kilometers). The default is "km".\n\n is_commons (Optional)\n Limit the scope of the search to only photos that are part of the <a href="http://flickr.com/commons">Flickr Commons project</a>. Default is false.\n\n extras (Optional)\n A comma-delimited list of extra information to fetch for each returned record. Currently supported fields are: <code>license</code>, <code>date_upload</code>, <code>date_taken</code>, <code>owner_name</code>, <code>icon_server</code>, <code>original_format</code>, <code>last_update</code>, <code>geo</code>, <code>tags</code>, <code>machine_tags</code>, <code>o_dims</code>, <code>views</code>, <code>media</code>.\n\n per_page (Optional)\n Number of photos to return per page. If this argument is omitted, it defaults to 100. The maximum allowed value is 500.\n\n page (Optional)\n The page of results to return. If this argument is omitted, it defaults to 1.'), |
| | 98 | ('setContentType', u'flickr.photos.setContentType\n\n Set the content type of a photo.\n\n Arguments:\n\n photo_id (Required)\n The id of the photo to set the adultness of.\n\n content_type (Required)\n The content type of the photo. Must be one of: 1 for Photo, 2 for Screenshot, and 3 for Other.'), |
| | 99 | ('setDates', u'flickr.photos.setDates\n\n Set one or both of the dates for a photo.\n\n Arguments:\n\n photo_id (Required)\n The id of the photo to edit dates for.\n\n date_posted (Optional)\n The date the photo was uploaded to flickr (see the <a href="/services/api/misc.dates.html">dates documentation</a>)\n\n date_taken (Optional)\n The date the photo was taken (see the <a href="/services/api/misc.dates.html">dates documentation</a>)\n\n date_taken_granularity (Optional)\n The granularity of the date the photo was taken (see the <a href="/services/api/misc.dates.html">dates documentation</a>)'), |
| | 100 | ('setMeta', u'flickr.photos.setMeta\n\n Set the meta information for a photo.\n\n Arguments:\n\n photo_id (Required)\n The id of the photo to set information for.\n\n title (Required)\n The title for the photo.\n\n description (Required)\n The description for the photo.'), |
| | 101 | ('setPerms', u"flickr.photos.setPerms\n\n Set permissions for a photo.\n\n Arguments:\n\n photo_id (Required)\n The id of the photo to set permissions for.\n\n is_public (Required)\n 1 to set the photo to public, 0 to set it to private.\n\n is_friend (Required)\n 1 to make the photo visible to friends when private, 0 to not.\n\n is_family (Required)\n 1 to make the photo visible to family when private, 0 to not.\n\n perm_comment (Required)\n who can add comments to the photo and it's notes. one of:<br />\r\n<code>0</code>: nobody<br />\r\n<code>1</code>: friends & family<br />\r\n<code>2</code>: contacts<br />\r\n<code>3</code>: everybody\n\n perm_addmeta (Required)\n who can add notes and tags to the photo. one of:<br />\r\n<code>0</code>: nobody / just the owner<br />\r\n<code>1</code>: friends & family<br />\r\n<code>2</code>: contacts<br />\r\n<code>3</code>: everybody\r\n"), |
| | 102 | ('setSafetyLevel', u'flickr.photos.setSafetyLevel\n\n Set the safety level of a photo.\n\n Arguments:\n\n photo_id (Required)\n The id of the photo to set the adultness of.\n\n safety_level (Optional)\n The safety level of the photo. Must be one of:\r\n\r\n1 for Safe, 2 for Moderate, and 3 for Restricted.\n\n hidden (Optional)\n Whether or not to additionally hide the photo from public searches. Must be either 1 for Yes or 0 for No.'), |
| | 103 | ('setTags', u'flickr.photos.setTags\n\n Set the tags for a photo.\n\n Arguments:\n\n photo_id (Required)\n The id of the photo to set tags for.\r\n\n\n tags (Required)\n All tags for the photo (as a single space-delimited string).'), |
| 107 | | ('batchCorrectLocation', "flickr.photos.geo.batchCorrectLocation\n\n Correct the places hierarchy for all the photos for a user at a given latitude, longitude and accuracy.<br /><br />\r\n\r\nBatch corrections are processed in a delayed queue so it may take a few minutes before the changes are reflected in a user's photos.\n\n Arguments:\n\n lat (Required)\n The latitude of the photos to be update whose valid range is -90 to 90. Anything more than 6 decimal places will be truncated.\n\n lon (Required)\n The longitude of the photos to be updated whose valid range is -180 to 180. Anything more than 6 decimal places will be truncated.\n\n accuracy (Required)\n Recorded accuracy level of the photos to be updated. World level is 1, Country is ~3, Region ~6, City ~11, Street ~16. Current range is 1-16. Defaults to 16 if not specified.\n\n place_id (Optional)\n A Flickr Places ID. (While optional, you must pass either a valid Places ID or a WOE ID.)\n\n woe_id (Optional)\n A Where On Earth (WOE) ID. (While optional, you must pass either a valid Places ID or a WOE ID.)"), |
| 108 | | ('correctLocation', 'flickr.photos.geo.correctLocation\n\n \n\n Arguments:\n\n photo_id (Required)\n The ID of the photo whose WOE location is being corrected.\n\n place_id (Optional)\n A Flickr Places ID. (While optional, you must pass either a valid Places ID or a WOE ID.)\n\n woe_id (Optional)\n A Where On Earth (WOE) ID. (While optional, you must pass either a valid Places ID or a WOE ID.)'), |
| 109 | | ('getLocation', 'flickr.photos.geo.getLocation\n\n Get the geo data (latitude and longitude and the accuracy level) for a photo.\n\n Arguments:\n\n photo_id (Required)\n The id of the photo you want to retrieve location data for.'), |
| 110 | | ('getPerms', 'flickr.photos.geo.getPerms\n\n Get permissions for who may view geo data for a photo.\n\n Arguments:\n\n photo_id (Required)\n The id of the photo to get permissions for.'), |
| 111 | | ('photosForLocation', 'flickr.photos.geo.photosForLocation\n\n Return a list of photos for a user at a specific latitude, longitude and accuracy\n\n Arguments:\n\n lat (Required)\n The latitude whose valid range is -90 to 90. Anything more than 6 decimal places will be truncated.\n\n lon (Required)\n The longitude whose valid range is -180 to 180. Anything more than 6 decimal places will be truncated.\n\n accuracy (Optional)\n Recorded accuracy level of the location information. World level is 1, Country is ~3, Region ~6, City ~11, Street ~16. Current range is 1-16. Defaults to 16 if not specified.\n\n extras (Optional)\n A comma-delimited list of extra information to fetch for each returned record. Currently supported fields are: <code>license</code>, <code>date_upload</code>, <code>date_taken</code>, <code>owner_name</code>, <code>icon_server</code>, <code>original_format</code>, <code>last_update</code>, <code>geo</code>, <code>tags</code>, <code>machine_tags</code>, <code>o_dims</code>, <code>views</code>, <code>media</code>.\n\n per_page (Optional)\n Number of photos to return per page. If this argument is omitted, it defaults to 100. The maximum allowed value is 500.\n\n page (Optional)\n The page of results to return. If this argument is omitted, it defaults to 1.'), |
| 112 | | ('removeLocation', 'flickr.photos.geo.removeLocation\n\n Removes the geo data associated with a photo.\n\n Arguments:\n\n photo_id (Required)\n The id of the photo you want to remove location data from.'), |
| 113 | | ('setContext', 'flickr.photos.geo.setContext\n\n Indicate the state of a photo\'s geotagginess beyond latitude and longitude.<br /><br />\r\nNote : photos passed to this method must already be geotagged (using the <q>flickr.photos.geo.setLocation</q> method).\n\n Arguments:\n\n photo_id (Required)\n The id of the photo to set context data for.\n\n context (Required)\n Context is a numeric value representing the photo\'s geotagginess beyond latitude and longitude. For example, you may wish to indicate that a photo was taken "indoors" or "outdoors". <br /><br />\r\nThe current list of context IDs is :<br /><br/>\r\n<ul>\r\n<li><strong>0</strong>, not defined.</li>\r\n<li><strong>1</strong>, indoors.</li>\r\n<li><strong>2</strong>, outdoors.</li>\r\n</ul>'), |
| 114 | | ('setLocation', 'flickr.photos.geo.setLocation\n\n Sets the geo data (latitude and longitude and, optionally, the accuracy level) for a photo.\r\n\r\nBefore users may assign location data to a photo they must define who, by default, may view that information. Users can edit this preference at <a href="http://www.flickr.com/account/geo/privacy/">http://www.flickr.com/account/geo/privacy/</a>. If a user has not set this preference, the API method will return an error.\n\n Arguments:\n\n photo_id (Required)\n The id of the photo to set location data for.\n\n lat (Required)\n The latitude whose valid range is -90 to 90. Anything more than 6 decimal places will be truncated.\n\n lon (Required)\n The longitude whose valid range is -180 to 180. Anything more than 6 decimal places will be truncated.\n\n accuracy (Optional)\n Recorded accuracy level of the location information. World level is 1, Country is ~3, Region ~6, City ~11, Street ~16. Current range is 1-16. Defaults to 16 if not specified.\n\n context (Optional)\n Context is a numeric value representing the photo\'s geotagginess beyond latitude and longitude. For example, you may wish to indicate that a photo was taken "indoors" or "outdoors". <br /><br />\r\nThe current list of context IDs is :<br /><br/>\r\n<ul>\r\n<li><strong>0</strong>, not defined.</li>\r\n<li><strong>1</strong>, indoors.</li>\r\n<li><strong>2</strong>, outdoors.</li>\r\n</ul><br />\r\nThe default context for geotagged photos is 0, or "not defined"\r\n'), |
| 115 | | ('setPerms', "flickr.photos.geo.setPerms\n\n Set the permission for who may view the geo data associated with a photo.\n\n Arguments:\n\n is_public (Required)\n 1 to set viewing permissions for the photo's location data to public, 0 to set it to private.\n\n is_contact (Required)\n 1 to set viewing permissions for the photo's location data to contacts, 0 to set it to private.\n\n is_friend (Required)\n 1 to set viewing permissions for the photo's location data to friends, 0 to set it to private.\n\n is_family (Required)\n 1 to set viewing permissions for the photo's location data to family, 0 to set it to private.\n\n photo_id (Required)\n The id of the photo to get permissions for."), |
| | 112 | ('batchCorrectLocation', u"flickr.photos.geo.batchCorrectLocation\n\n Correct the places hierarchy for all the photos for a user at a given latitude, longitude and accuracy.<br /><br />\r\n\r\nBatch corrections are processed in a delayed queue so it may take a few minutes before the changes are reflected in a user's photos.\n\n Arguments:\n\n lat (Required)\n The latitude of the photos to be update whose valid range is -90 to 90. Anything more than 6 decimal places will be truncated.\n\n lon (Required)\n The longitude of the photos to be updated whose valid range is -180 to 180. Anything more than 6 decimal places will be truncated.\n\n accuracy (Required)\n Recorded accuracy level of the photos to be updated. World level is 1, Country is ~3, Region ~6, City ~11, Street ~16. Current range is 1-16. Defaults to 16 if not specified.\n\n place_id (Optional)\n A Flickr Places ID. (While optional, you must pass either a valid Places ID or a WOE ID.)\n\n woe_id (Optional)\n A Where On Earth (WOE) ID. (While optional, you must pass either a valid Places ID or a WOE ID.)"), |
| | 113 | ('correctLocation', u'flickr.photos.geo.correctLocation\n\n \n\n Arguments:\n\n photo_id (Required)\n The ID of the photo whose WOE location is being corrected.\n\n place_id (Optional)\n A Flickr Places ID. (While optional, you must pass either a valid Places ID or a WOE ID.)\n\n woe_id (Optional)\n A Where On Earth (WOE) ID. (While optional, you must pass either a valid Places ID or a WOE ID.)'), |
| | 114 | ('getLocation', u'flickr.photos.geo.getLocation\n\n Get the geo data (latitude and longitude and the accuracy level) for a photo.\n\n Arguments:\n\n photo_id (Required)\n The id of the photo you want to retrieve location data for.'), |
| | 115 | ('getPerms', u'flickr.photos.geo.getPerms\n\n Get permissions for who may view geo data for a photo.\n\n Arguments:\n\n photo_id (Required)\n The id of the photo to get permissions for.'), |
| | 116 | ('photosForLocation', u'flickr.photos.geo.photosForLocation\n\n Return a list of photos for a user at a specific latitude, longitude and accuracy\n\n Arguments:\n\n lat (Required)\n The latitude whose valid range is -90 to 90. Anything more than 6 decimal places will be truncated.\n\n lon (Required)\n The longitude whose valid range is -180 to 180. Anything more than 6 decimal places will be truncated.\n\n accuracy (Optional)\n Recorded accuracy level of the location information. World level is 1, Country is ~3, Region ~6, City ~11, Street ~16. Current range is 1-16. Defaults to 16 if not specified.\n\n extras (Optional)\n A comma-delimited list of extra information to fetch for each returned record. Currently supported fields are: <code>license</code>, <code>date_upload</code>, <code>date_taken</code>, <code>owner_name</code>, <code>icon_server</code>, <code>original_format</code>, <code>last_update</code>, <code>geo</code>, <code>tags</code>, <code>machine_tags</code>, <code>o_dims</code>, <code>views</code>, <code>media</code>.\n\n per_page (Optional)\n Number of photos to return per page. If this argument is omitted, it defaults to 100. The maximum allowed value is 500.\n\n page (Optional)\n The page of results to return. If this argument is omitted, it defaults to 1.'), |
| | 117 | ('removeLocation', u'flickr.photos.geo.removeLocation\n\n Removes the geo data associated with a photo.\n\n Arguments:\n\n photo_id (Required)\n The id of the photo you want to remove location data from.'), |
| | 118 | ('setContext', u'flickr.photos.geo.setContext\n\n Indicate the state of a photo\'s geotagginess beyond latitude and longitude.<br /><br />\r\nNote : photos passed to this method must already be geotagged (using the <q>flickr.photos.geo.setLocation</q> method).\n\n Arguments:\n\n photo_id (Required)\n The id of the photo to set context data for.\n\n context (Required)\n Context is a numeric value representing the photo\'s geotagginess beyond latitude and longitude. For example, you may wish to indicate that a photo was taken "indoors" or "outdoors". <br /><br />\r\nThe current list of context IDs is :<br /><br/>\r\n<ul>\r\n<li><strong>0</strong>, not defined.</li>\r\n<li><strong>1</strong>, indoors.</li>\r\n<li><strong>2</strong>, outdoors.</li>\r\n</ul>'), |
| | 119 | ('setLocation', u'flickr.photos.geo.setLocation\n\n Sets the geo data (latitude and longitude and, optionally, the accuracy level) for a photo.\r\n\r\nBefore users may assign location data to a photo they must define who, by default, may view that information. Users can edit this preference at <a href="http://www.flickr.com/account/geo/privacy/">http://www.flickr.com/account/geo/privacy/</a>. If a user has not set this preference, the API method will return an error.\n\n Arguments:\n\n photo_id (Required)\n The id of the photo to set location data for.\n\n lat (Required)\n The latitude whose valid range is -90 to 90. Anything more than 6 decimal places will be truncated.\n\n lon (Required)\n The longitude whose valid range is -180 to 180. Anything more than 6 decimal places will be truncated.\n\n accuracy (Optional)\n Recorded accuracy level of the location information. World level is 1, Country is ~3, Region ~6, City ~11, Street ~16. Current range is 1-16. Defaults to 16 if not specified.\n\n context (Optional)\n Context is a numeric value representing the photo\'s geotagginess beyond latitude and longitude. For example, you may wish to indicate that a photo was taken "indoors" or "outdoors". <br /><br />\r\nThe current list of context IDs is :<br /><br/>\r\n<ul>\r\n<li><strong>0</strong>, not defined.</li>\r\n<li><strong>1</strong>, indoors.</li>\r\n<li><strong>2</strong>, outdoors.</li>\r\n</ul><br />\r\nThe default context for geotagged photos is 0, or "not defined"\r\n'), |
| | 120 | ('setPerms', u"flickr.photos.geo.setPerms\n\n Set the permission for who may view the geo data associated with a photo.\n\n Arguments:\n\n is_public (Required)\n 1 to set viewing permissions for the photo's location data to public, 0 to set it to private.\n\n is_contact (Required)\n 1 to set viewing permissions for the photo's location data to contacts, 0 to set it to private.\n\n is_friend (Required)\n 1 to set viewing permissions for the photo's location data to friends, 0 to set it to private.\n\n is_family (Required)\n 1 to set viewing permissions for the photo's location data to family, 0 to set it to private.\n\n photo_id (Required)\n The id of the photo to get permissions for."), |
| 133 | | ('addPhoto', 'flickr.photosets.addPhoto\n\n Add a photo to the end of an existing photoset.\n\n Arguments:\n\n photoset_id (Required)\n The id of the photoset to add a photo to.\n\n photo_id (Required)\n The id of the photo to add to the set.'), |
| 134 | | ('create', 'flickr.photosets.create\n\n Create a new photoset for the calling user.\n\n Arguments:\n\n title (Required)\n A title for the photoset.\n\n description (Optional)\n A description of the photoset. May contain limited html.\n\n primary_photo_id (Required)\n The id of the photo to represent this set. The photo must belong to the calling user.'), |
| 135 | | ('delete', 'flickr.photosets.delete\n\n Delete a photoset.\n\n Arguments:\n\n photoset_id (Required)\n The id of the photoset to delete. It must be owned by the calling user.'), |
| 136 | | ('editMeta', 'flickr.photosets.editMeta\n\n Modify the meta-data for a photoset.\n\n Arguments:\n\n photoset_id (Required)\n The id of the photoset to modify.\n\n title (Required)\n The new title for the photoset.\n\n description (Optional)\n A description of the photoset. May contain limited html.'), |
| 137 | | ('editPhotos', "flickr.photosets.editPhotos\n\n Modify the photos in a photoset. Use this method to add, remove and re-order photos.\n\n Arguments:\n\n photoset_id (Required)\n The id of the photoset to modify. The photoset must belong to the calling user.\n\n primary_photo_id (Required)\n The id of the photo to use as the 'primary' photo for the set. This id must also be passed along in photo_ids list argument.\n\n photo_ids (Required)\n A comma-delimited list of photo ids to include in the set. They will appear in the set in the order sent. This list <b>must</b> contain the primary photo id. All photos must belong to the owner of the set. This list of photos replaces the existing list. Call flickr.photosets.addPhoto to append a photo to a set."), |
| 138 | | ('getContext', "flickr.photosets.getContext\n\n Returns next and previous photos for a photo in a set.\n\n Arguments:\n\n photo_id (Required)\n The id of the photo to fetch the context for.\n\n photoset_id (Required)\n The id of the photoset for which to fetch the photo's context."), |
| 139 | | ('getInfo', 'flickr.photosets.getInfo\n\n Gets information about a photoset.\n\n Arguments:\n\n photoset_id (Required)\n The ID of the photoset to fetch information for.'), |
| 140 | | ('getList', 'flickr.photosets.getList\n\n Returns the photosets belonging to the specified user.\n\n Arguments:\n\n user_id (Optional)\n The NSID of the user to get a photoset list for. If none is specified, the calling user is assumed.'), |
| 141 | | ('getPhotos', 'flickr.photosets.getPhotos\n\n Get the list of photos in a set.\n\n Arguments:\n\n photoset_id (Required)\n The id of the photoset to return the photos for.\n\n extras (Optional)\n A comma-delimited list of extra information to fetch for each returned record. Currently supported fields are: license, date_upload, date_taken, owner_name, icon_server, original_format, last_update.\n\n privacy_filter (Optional)\n Return photos only matching a certain privacy level. This only applies when making an authenticated call to view a photoset you own. Valid values are:\r\n<ul>\r\n<li>1 public photos</li>\r\n<li>2 private photos visible to friends</li>\r\n<li>3 private photos visible to family</li>\r\n<li>4 private photos visible to friends & family</li>\r\n<li>5 completely private photos</li>\r\n</ul>\r\n\n\n per_page (Optional)\n Number of photos to return per page. If this argument is omitted, it defaults to 500. The maximum allowed value is 500.\n\n page (Optional)\n The page of results to return. If this argument is omitted, it defaults to 1.\n\n media (Optional)\n Filter results by media type. Possible values are <code>all</code> (default), <code>photos</code> or <code>videos</code>'), |
| 142 | | ('orderSets', 'flickr.photosets.orderSets\n\n Set the order of photosets for the calling user.\n\n Arguments:\n\n photoset_ids (Required)\n A comma delimited list of photoset IDs, ordered with the set to show first, first in the list. Any set IDs not given in the list will be set to appear at the end of the list, ordered by their IDs.'), |
| 143 | | ('removePhoto', 'flickr.photosets.removePhoto\n\n Remove a photo from a photoset.\n\n Arguments:\n\n photoset_id (Required)\n The id of the photoset to remove a photo from.\n\n photo_id (Required)\n The id of the photo to remove from the set.'), |
| | 138 | ('addPhoto', u'flickr.photosets.addPhoto\n\n Add a photo to the end of an existing photoset.\n\n Arguments:\n\n photoset_id (Required)\n The id of the photoset to add a photo to.\n\n photo_id (Required)\n The id of the photo to add to the set.'), |
| | 139 | ('create', u'flickr.photosets.create\n\n Create a new photoset for the calling user.\n\n Arguments:\n\n title (Required)\n A title for the photoset.\n\n description (Optional)\n A description of the photoset. May contain limited html.\n\n primary_photo_id (Required)\n The id of the photo to represent this set. The photo must belong to the calling user.'), |
| | 140 | ('delete', u'flickr.photosets.delete\n\n Delete a photoset.\n\n Arguments:\n\n photoset_id (Required)\n The id of the photoset to delete. It must be owned by the calling user.'), |
| | 141 | ('editMeta', u'flickr.photosets.editMeta\n\n Modify the meta-data for a photoset.\n\n Arguments:\n\n photoset_id (Required)\n The id of the photoset to modify.\n\n title (Required)\n The new title for the photoset.\n\n description (Optional)\n A description of the photoset. May contain limited html.'), |
| | 142 | ('editPhotos', u"flickr.photosets.editPhotos\n\n Modify the photos in a photoset. Use this method to add, remove and re-order photos.\n\n Arguments:\n\n photoset_id (Required)\n The id of the photoset to modify. The photoset must belong to the calling user.\n\n primary_photo_id (Required)\n The id of the photo to use as the 'primary' photo for the set. This id must also be passed along in photo_ids list argument.\n\n photo_ids (Required)\n A comma-delimited list of photo ids to include in the set. They will appear in the set in the order sent. This list <b>must</b> contain the primary photo id. All photos must belong to the owner of the set. This list of photos replaces the existing list. Call flickr.photosets.addPhoto to append a photo to a set."), |
| | 143 | ('getContext', u"flickr.photosets.getContext\n\n Returns next and previous photos for a photo in a set.\n\n Arguments:\n\n photo_id (Required)\n The id of the photo to fetch the context for.\n\n photoset_id (Required)\n The id of the photoset for which to fetch the photo's context."), |
| | 144 | ('getInfo', u'flickr.photosets.getInfo\n\n Gets information about a photoset.\n\n Arguments:\n\n photoset_id (Required)\n The ID of the photoset to fetch information for.'), |
| | 145 | ('getList', u'flickr.photosets.getList\n\n Returns the photosets belonging to the specified user.\n\n Arguments:\n\n user_id (Optional)\n The NSID of the user to get a photoset list for. If none is specified, the calling user is assumed.'), |
| | 146 | ('getPhotos', u'flickr.photosets.getPhotos\n\n Get the list of photos in a set.\n\n Arguments:\n\n photoset_id (Required)\n The id of the photoset to return the photos for.\n\n extras (Optional)\n A comma-delimited list of extra information to fetch for each returned record. Currently supported fields are: license, date_upload, date_taken, owner_name, icon_server, original_format, last_update.\n\n privacy_filter (Optional)\n Return photos only matching a certain privacy level. This only applies when making an authenticated call to view a photoset you own. Valid values are:\r\n<ul>\r\n<li>1 public photos</li>\r\n<li>2 private photos visible to friends</li>\r\n<li>3 private photos visible to family</li>\r\n<li>4 private photos visible to friends & family</li>\r\n<li>5 completely private photos</li>\r\n</ul>\r\n\n\n per_page (Optional)\n Number of photos to return per page. If this argument is omitted, it defaults to 500. The maximum allowed value is 500.\n\n page (Optional)\n The page of results to return. If this argument is omitted, it defaults to 1.\n\n media (Optional)\n Filter results by media type. Possible values are <code>all</code> (default), <code>photos</code> or <code>videos</code>'), |
| | 147 | ('orderSets', u'flickr.photosets.orderSets\n\n Set the order of photosets for the calling user.\n\n Arguments:\n\n photoset_ids (Required)\n A comma delimited list of photoset IDs, ordered with the set to show first, first in the list. Any set IDs not given in the list will be set to appear at the end of the list, ordered by their IDs.'), |
| | 148 | ('removePhoto', u'flickr.photosets.removePhoto\n\n Remove a photo from a photoset.\n\n Arguments:\n\n photoset_id (Required)\n The id of the photoset to remove a photo from.\n\n photo_id (Required)\n The id of the photo to remove from the set.'), |
| 158 | | ('getShapeHistory', 'flickr.places.getShapeHistory\n\n Return an historical list of all the shape data generated for a Places or Where on Earth (WOE) ID.\n\n Arguments:\n\n place_id (Optional)\n A Flickr Places ID. <span style="font-style:italic;">(While optional, you must pass either a valid Places ID or a WOE ID.)</span>\n\n woe_id (Optional)\n A Where On Earth (WOE) ID. <span style="font-style:italic;">(While optional, you must pass either a valid Places ID or a WOE ID.)</span>'), |
| 159 | | ('placesForBoundingBox', 'flickr.places.placesForBoundingBox\n\n Return all the locations of a matching place type for a bounding box.<br /><br />\r\n\r\nThe maximum allowable size of a bounding box (the distance between the SW and NE corners) is governed by the place type you are requesting. Allowable sizes are as follows:\r\n\r\n<ul>\r\n<li><strong>neighbourhood</strong>: 3km (1.8mi)</li>\r\n<li><strong>locality</strong>: 7km (4.3mi)</li>\r\n<li><strong>county</strong>: 50km (31mi)</li>\r\n<li><strong>region</strong>: 200km (124mi)</li>\r\n<li><strong>country</strong>: 500km (310mi)</li>\r\n<li><strong>continent</strong>: 1500km (932mi)</li>\r\n</ul>\n\n Arguments:\n\n bbox (Required)\n A comma-delimited list of 4 values defining the Bounding Box of the area that will be searched. The 4 values represent the bottom-left corner of the box and the top-right corner, minimum_longitude, minimum_latitude, maximum_longitude, maximum_latitude.\n\n place_type (Optional)\n The name of place type to using as the starting point to search for places in a bounding box. Valid placetypes are:\r\n\r\n<ul>\r\n<li>neighbourhood</li>\r\n<li>locality</li>\r\n<li>county</li>\r\n<li>region</li>\r\n<li>country</li>\r\n<li>continent</li>\r\n</ul>\r\n<br />\r\n<span style="font-style:italic;">The "place_type" argument has been deprecated in favor of the "place_type_id" argument. It won\'t go away but it will not be added to new methods. A complete list of place type IDs is available using the <a href="http://www.flickr.com/services/api/flickr.places.getPlaceTypes.html">flickr.places.getPlaceTypes</a> method. (While optional, you must pass either a valid place type or place type ID.)</span>\n\n place_type_id (Optional)\n The numeric ID for a specific place type to cluster photos by. <br /><br />\r\n\r\nValid place type IDs are :\r\n\r\n<ul>\r\n<li><strong>22</strong>: neighbourhood</li>\r\n<li><strong>7</strong>: locality</li>\r\n<li><strong>8</strong>: region</li>\r\n<li><strong>12</strong>: country</li>\r\n<li><strong>29</strong>: continent</li>\r\n</ul>\r\n<br /><span style="font-style:italic;">(While optional, you must pass either a valid place type or place type ID.)</span>\r\n'), |
| 160 | | ('placesForContacts', 'flickr.places.placesForContacts\n\n Return a list of the top 100 unique places clustered by a given placetype for a user\'s contacts.\n\n Arguments:\n\n place_type (Optional)\n A specific place type to cluster photos by. <br /><br />\r\n\r\nValid place types are :\r\n\r\n<ul>\r\n<li><strong>neighbourhood</strong> (and neighborhood)</li>\r\n<li><strong>locality</strong></li>\r\n<li><strong>region</strong></li>\r\n<li><strong>country</strong></li>\r\n<li><strong>continent</strong></li>\r\n</ul>\r\n<br />\r\n<span style="font-style:italic;">The "place_type" argument has been deprecated in favor of the "place_type_id" argument. It won\'t go away but it will not be added to new methods. A complete list of place type IDs is available using the <a href="http://www.flickr.com/services/api/flickr.places.getPlaceTypes.html">flickr.places.getPlaceTypes</a> method. (While optional, you must pass either a valid place type or place type ID.)</span>\n\n place_type_id (Optional)\n The numeric ID for a specific place type to cluster photos by. <br /><br />\r\n\r\nValid place type IDs are :\r\n\r\n<ul>\r\n<li><strong>22</strong>: neighbourhood</li>\r\n<li><strong>7</strong>: locality</li>\r\n<li><strong>8</strong>: region</li>\r\n<li><strong>12</strong>: country</li>\r\n<li><strong>29</strong>: continent</li>\r\n</ul>\r\n<br /><span style="font-style:italic;">(While optional, you must pass either a valid place type or place type ID.)</span>\n\n woe_id (Optional)\n A Where on Earth identifier to use to filter photo clusters. For example all the photos clustered by <strong>locality</strong> in the United States (WOE ID <strong>23424977</strong>).<br /><br />\r\n<span style="font-style:italic;">(While optional, you must pass either a valid Places ID or a WOE ID.)</span>\n\n place_id (Optional)\n A Flickr Places identifier to use to filter photo clusters. For example all the photos clustered by <strong>locality</strong> in the United States (Place ID <strong>4KO02SibApitvSBieQ</strong>).\r\n<br /><br />\r\n<span style="font-style:italic;">(While optional, you must pass either a valid Places ID or a WOE ID.)</span>\n\n threshold (Optional)\n The minimum number of photos that a place type must have to be included. If the number of photos is lowered then the parent place type for that place will be used.<br /><br />\r\n\r\nFor example if your contacts only have <strong>3</strong> photos taken in the locality of Montreal</strong> (WOE ID 3534) but your threshold is set to <strong>5</strong> then those photos will be "rolled up" and included instead with a place record for the region of Quebec (WOE ID 2344924).\n\n contacts (Optional)\n Search your contacts. Either \'all\' or \'ff\' for just friends and family. (Default is all)\n\n min_upload_date (Optional)\n Minimum upload date. Photos with an upload date greater than or equal to this value will be returned. The date should be in the form of a unix timestamp.\n\n max_upload_date (Optional)\n Maximum upload date. Photos with an upload date less than or equal to this value will be returned. The date should be in the form of a unix timestamp.\n\n min_taken_date (Optional)\n Minimum taken date. Photos with an taken date greater than or equal to this value will be returned. The date should be in the form of a mysql datetime.\n\n max_taken_date (Optional)\n Maximum taken date. Photos with an taken date less than or equal to this value will be returned. The date should be in the form of a mysql datetime.'), |
| 161 | | ('placesForTags', 'flickr.places.placesForTags\n\n Return a list of the top 100 unique places clustered by a given placetype for set of tags or machine tags.\n\n Arguments:\n\n place_type_id (Required)\n The numeric ID for a specific place type to cluster photos by. <br /><br />\r\n\r\nValid place type IDs are :\r\n\r\n<ul>\r\n<li><strong>22</strong>: neighbourhood</li>\r\n<li><strong>7</strong>: locality</li>\r\n<li><strong>8</strong>: region</li>\r\n<li><strong>12</strong>: country</li>\r\n<li><strong>29</strong>: continent</li>\r\n</ul>\n\n woe_id (Optional)\n A Where on Earth identifier to use to filter photo clusters. For example all the photos clustered by <strong>locality</strong> in the United States (WOE ID <strong>23424977</strong>).\r\n<br /><br />\r\n<span style="font-style:italic;">(While optional, you must pass either a valid Places ID or a WOE ID.)</span>\n\n place_id (Optional)\n A Flickr Places identifier to use to filter photo clusters. For example all the photos clustered by <strong>locality</strong> in the United States (Place ID <strong>4KO02SibApitvSBieQ</strong>).\r\n<br /><br />\r\n<span style="font-style:italic;">(While optional, you must pass either a valid Places ID or a WOE ID.)</span>\n\n threshold (Optional)\n The minimum number of photos that a place type must have to be included. If the number of photos is lowered then the parent place type for that place will be used.<br /><br />\r\n\r\nFor example if you only have <strong>3</strong> photos taken in the locality of Montreal</strong> (WOE ID 3534) but your threshold is set to <strong>5</strong> then those photos will be "rolled up" and included instead with a place record for the region of Quebec (WOE ID 2344924).\n\n tags (Optional)\n A comma-delimited list of tags. Photos with one or more of the tags listed will be returned.\n\n tag_mode (Optional)\n Either \'any\' for an OR combination of tags, or \'all\' for an AND combination. Defaults to \'any\' if not specified.\n\n machine_tags (Optional)\n Aside from passing in a fully formed machine tag, there is a special syntax for searching on specific properties :\r\n\r\n<ul>\r\n <li>Find photos using the \'dc\' namespace : <code>"machine_tags" => "dc:"</code></li>\r\n\r\n <li> Find photos with a title in the \'dc\' namespace : <code>"machine_tags" => "dc:title="</code></li>\r\n\r\n <li>Find photos titled "mr. camera" in the \'dc\' namespace : <code>"machine_tags" => "dc:title=\\"mr. camera\\"</code></li>\r\n\r\n <li>Find photos whose value is "mr. camera" : <code>"machine_tags" => "*:*=\\"mr. camera\\""</code></li>\r\n\r\n <li>Find photos that have a title, in any namespace : <code>"machine_tags" => "*:title="</code></li>\r\n\r\n <li>Find photos that have a title, in any namespace, whose value is "mr. camera" : <code>"machine_tags" => "*:title=\\"mr. camera\\""</code></li>\r\n\r\n <li>Find photos, in the \'dc\' namespace whose value is "mr. camera" : <code>"machine_tags" => "dc:*=\\"mr. camera\\""</code></li>\r\n\r\n </ul>\r\n\r\nMultiple machine tags may be queried by passing a comma-separated list. The number of machine tags you can pass in a single query depends on the tag mode (AND or OR) that you are querying with. "AND" queries are limited to (16) machine tags. "OR" queries are limited\r\nto (8).\n\n machine_tag_mode (Optional)\n Either \'any\' for an OR combination of tags, or \'all\' for an AND combination. Defaults to \'any\' if not specified.\n\n min_upload_date (Optional)\n Minimum upload date. Photos with an upload date greater than or equal to this value will be returned. The date should be in the form of a unix timestamp.\n\n max_upload_date (Optional)\n Maximum upload date. Photos with an upload date less than or equal to this value will be returned. The date should be in the form of a unix timestamp.\n\n min_taken_date (Optional)\n Minimum taken date. Photos with an taken date greater than or equal to this value will be returned. The date should be in the form of a mysql datetime.\n\n max_taken_date (Optional)\n Maximum taken date. Photos with an taken date less than or equal to this value will be returned. The date should be in the form of a mysql datetime.'), |
| 162 | | ('placesForUser', 'flickr.places.placesForUser\n\n Return a list of the top 100 unique places clustered by a given placetype for a user.\n\n Arguments:\n\n place_type_id (Optional)\n The numeric ID for a specific place type to cluster photos by. <br /><br />\r\n\r\nValid place type IDs are :\r\n\r\n<ul>\r\n<li><strong>22</strong>: neighbourhood</li>\r\n<li><strong>7</strong>: locality</li>\r\n<li><strong>8</strong>: region</li>\r\n<li><strong>12</strong>: country</li>\r\n<li><strong>29</strong>: continent</li>\r\n</ul>\r\n<br />\r\n<span style="font-style:italic;">The "place_type" argument has been deprecated in favor of the "place_type_id" argument. It won\'t go away but it will not be added to new methods. A complete list of place type IDs is available using the <a href="http://www.flickr.com/services/api/flickr.places.getPlaceTypes.html">flickr.places.getPlaceTypes</a> method. (While optional, you must pass either a valid place type or place type ID.)</span>\n\n place_type (Optional)\n A specific place type to cluster photos by. <br /><br />\r\n\r\nValid place types are :\r\n\r\n<ul>\r\n<li><strong>neighbourhood</strong> (and neighborhood)</li>\r\n<li><strong>locality</strong></li>\r\n<li><strong>region</strong></li>\r\n<li><strong>country</strong></li>\r\n<li><strong>continent</strong></li>\r\n</ul>\r\n<br /><span style="font-style:italic;">(While optional, you must pass either a valid place type or place type ID.)</span>\n\n woe_id (Optional)\n A Where on Earth identifier to use to filter photo clusters. For example all the photos clustered by <strong>locality</strong> in the United States (WOE ID <strong>23424977</strong>).<br /><br />\r\n<span style="font-style:italic;">(While optional, you must pass either a valid Places ID or a WOE ID.)</span>\n\n place_id (Optional)\n A Flickr Places identifier to use to filter photo clusters. For example all the photos clustered by <strong>locality</strong> in the United States (Place ID <strong>4KO02SibApitvSBieQ</strong>).<br /><br />\r\n<span style="font-style:italic;">(While optional, you must pass either a valid Places ID or a WOE ID.)</span>\n\n threshold (Optional)\n The minimum number of photos that a place type must have to be included. If the number of photos is lowered then the parent place type for that place will be used.<br /><br />\r\n\r\nFor example if you only have <strong>3</strong> photos taken in the locality of Montreal</strong> (WOE ID 3534) but your threshold is set to <strong>5</strong> then those photos will be "rolled up" and included instead with a place record for the region of Quebec (WOE ID 2344924).\n\n min_upload_date (Optional)\n Minimum upload date. Photos with an upload date greater than or equal to this value will be returned. The date should be in the form of a unix timestamp.\n\n max_upload_date (Optional)\n Maximum upload date. Photos with an upload date less than or equal to this value will be returned. The date should be in the form of a unix timestamp.\n\n min_taken_date (Optional)\n Minimum taken date. Photos with an taken date greater than or equal to this value will be returned. The date should be in the form of a mysql datetime.\n\n max_taken_date (Optional)\n Maximum taken date. Photos with an taken date less than or equal to this value will be returned. The date should be in the form of a mysql datetime.'), |
| 163 | | ('resolvePlaceId', 'flickr.places.resolvePlaceId\n\n Find Flickr Places information by Place ID.<br /><br />\r\nThis method has been deprecated. It won\'t be removed but you should use <a href="/services/api/flickr.places.getInfo.html">flickr.places.getInfo</a> instead.\n\n Arguments:\n\n place_id (Required)\n A Flickr Places ID'), |
| 164 | | ('resolvePlaceURL', 'flickr.places.resolvePlaceURL\n\n Find Flickr Places information by Place URL.<br /><br />\r\nThis method has been deprecated. It won\'t be removed but you should use <a href="/services/api/flickr.places.getInfoByUrl.html">flickr.places.getInfoByUrl</a> instead.\n\n Arguments:\n\n url (Required)\n A Flickr Places URL. \r\n<br /><br />\r\nFlickr Place URLs are of the form /country/region/city'), |
| 165 | | ('tagsForPlace', 'flickr.places.tagsForPlace\n\n Return a list of the top 100 unique tags for a Flickr Places or Where on Earth (WOE) ID\n\n Arguments:\n\n woe_id (Optional)\n A Where on Earth identifier to use to filter photo clusters.<br /><br />\r\n<span style="font-style:italic;">(While optional, you must pass either a valid Places ID or a WOE ID.)</span>\n\n place_id (Optional)\n A Flickr Places identifier to use to filter photo clusters.<br /><br />\r\n<span style="font-style:italic;">(While optional, you must pass either a valid Places ID or a WOE ID.)</span>\n\n min_upload_date (Optional)\n Minimum upload date. Photos with an upload date greater than or equal to this value will be returned. The date should be in the form of a unix timestamp.\n\n max_upload_date (Optional)\n Maximum upload date. Photos with an upload date less than or equal to this value will be returned. The date should be in the form of a unix timestamp.\n\n min_taken_date (Optional)\n Minimum taken date. Photos with an taken date greater than or equal to this value will be returned. The date should be in the form of a mysql datetime.\n\n max_taken_date (Optional)\n Maximum taken date. Photos with an taken date less than or equal to this value will be returned. The date should be in the form of a mysql datetime.'), |
| | 163 | ('getShapeHistory', u'flickr.places.getShapeHistory\n\n Return an historical list of all the shape data generated for a Places or Where on Earth (WOE) ID.\n\n Arguments:\n\n place_id (Optional)\n A Flickr Places ID. <span style="font-style:italic;">(While optional, you must pass either a valid Places ID or a WOE ID.)</span>\n\n woe_id (Optional)\n A Where On Earth (WOE) ID. <span style="font-style:italic;">(While optional, you must pass either a valid Places ID or a WOE ID.)</span>'), |
| | 164 | ('placesForBoundingBox', u'flickr.places.placesForBoundingBox\n\n Return all the locations of a matching place type for a bounding box.<br /><br />\r\n\r\nThe maximum allowable size of a bounding box (the distance between the SW and NE corners) is governed by the place type you are requesting. Allowable sizes are as follows:\r\n\r\n<ul>\r\n<li><strong>neighbourhood</strong>: 3km (1.8mi)</li>\r\n<li><strong>locality</strong>: 7km (4.3mi)</li>\r\n<li><strong>county</strong>: 50km (31mi)</li>\r\n<li><strong>region</strong>: 200km (124mi)</li>\r\n<li><strong>country</strong>: 500km (310mi)</li>\r\n<li><strong>continent</strong>: 1500km (932mi)</li>\r\n</ul>\n\n Arguments:\n\n bbox (Required)\n A comma-delimited list of 4 values defining the Bounding Box of the area that will be searched. The 4 values represent the bottom-left corner of the box and the top-right corner, minimum_longitude, minimum_latitude, maximum_longitude, maximum_latitude.\n\n place_type (Optional)\n The name of place type to using as the starting point to search for places in a bounding box. Valid placetypes are:\r\n\r\n<ul>\r\n<li>neighbourhood</li>\r\n<li>locality</li>\r\n<li>county</li>\r\n<li>region</li>\r\n<li>country</li>\r\n<li>continent</li>\r\n</ul>\r\n<br />\r\n<span style="font-style:italic;">The "place_type" argument has been deprecated in favor of the "place_type_id" argument. It won\'t go away but it will not be added to new methods. A complete list of place type IDs is available using the <a href="http://www.flickr.com/services/api/flickr.places.getPlaceTypes.html">flickr.places.getPlaceTypes</a> method. (While optional, you must pass either a valid place type or place type ID.)</span>\n\n place_type_id (Optional)\n The numeric ID for a specific place type to cluster photos by. <br /><br />\r\n\r\nValid place type IDs are :\r\n\r\n<ul>\r\n<li><strong>22</strong>: neighbourhood</li>\r\n<li><strong>7</strong>: locality</li>\r\n<li><strong>8</strong>: region</li>\r\n<li><strong>12</strong>: country</li>\r\n<li><strong>29</strong>: continent</li>\r\n</ul>\r\n<br /><span style="font-style:italic;">(While optional, you must pass either a valid place type or place type ID.)</span>\r\n'), |
| | 165 | ('placesForContacts', u'flickr.places.placesForContacts\n\n Return a list of the top 100 unique places clustered by a given placetype for a user\'s contacts.\n\n Arguments:\n\n place_type (Optional)\n A specific place type to cluster photos by. <br /><br />\r\n\r\nValid place types are :\r\n\r\n<ul>\r\n<li><strong>neighbourhood</strong> (and neighborhood)</li>\r\n<li><strong>locality</strong></li>\r\n<li><strong>region</strong></li>\r\n<li><strong>country</strong></li>\r\n<li><strong>continent</strong></li>\r\n</ul>\r\n<br />\r\n<span style="font-style:italic;">The "place_type" argument has been deprecated in favor of the "place_type_id" argument. It won\'t go away but it will not be added to new methods. A complete list of place type IDs is available using the <a href="http://www.flickr.com/services/api/flickr.places.getPlaceTypes.html">flickr.places.getPlaceTypes</a> method. (While optional, you must pass either a valid place type or place type ID.)</span>\n\n place_type_id (Optional)\n The numeric ID for a specific place type to cluster photos by. <br /><br />\r\n\r\nValid place type IDs are :\r\n\r\n<ul>\r\n<li><strong>22</strong>: neighbourhood</li>\r\n<li><strong>7</strong>: locality</li>\r\n<li><strong>8</strong>: region</li>\r\n<li><strong>12</strong>: country</li>\r\n<li><strong>29</strong>: continent</li>\r\n</ul>\r\n<br /><span style="font-style:italic;">(While optional, you must pass either a valid place type or place type ID.)</span>\n\n woe_id (Optional)\n A Where on Earth identifier to use to filter photo clusters. For example all the photos clustered by <strong>locality</strong> in the United States (WOE ID <strong>23424977</strong>).<br /><br />\r\n<span style="font-style:italic;">(While optional, you must pass either a valid Places ID or a WOE ID.)</span>\n\n place_id (Optional)\n A Flickr Places identifier to use to filter photo clusters. For example all the photos clustered by <strong>locality</strong> in the United States (Place ID <strong>4KO02SibApitvSBieQ</strong>).\r\n<br /><br />\r\n<span style="font-style:italic;">(While optional, you must pass either a valid Places ID or a WOE ID.)</span>\n\n threshold (Optional)\n The minimum number of photos that a place type must have to be included. If the number of photos is lowered then the parent place type for that place will be used.<br /><br />\r\n\r\nFor example if your contacts only have <strong>3</strong> photos taken in the locality of Montreal</strong> (WOE ID 3534) but your threshold is set to <strong>5</strong> then those photos will be "rolled up" and included instead with a place record for the region of Quebec (WOE ID 2344924).\n\n contacts (Optional)\n Search your contacts. Either \'all\' or \'ff\' for just friends and family. (Default is all)\n\n min_upload_date (Optional)\n Minimum upload date. Photos with an upload date greater than or equal to this value will be returned. The date should be in the form of a unix timestamp.\n\n max_upload_date (Optional)\n Maximum upload date. Photos with an upload date less than or equal to this value will be returned. The date should be in the form of a unix timestamp.\n\n min_taken_date (Optional)\n Minimum taken date. Photos with an taken date greater than or equal to this value will be returned. The date should be in the form of a mysql datetime.\n\n max_taken_date (Optional)\n Maximum taken date. Photos with an taken date less than or equal to this value will be returned. The date should be in the form of a mysql datetime.'), |
| | 166 | ('placesForTags', u'flickr.places.placesForTags\n\n Return a list of the top 100 unique places clustered by a given placetype for set of tags or machine tags.\n\n Arguments:\n\n place_type_id (Required)\n The numeric ID for a specific place type to cluster photos by. <br /><br />\r\n\r\nValid place type IDs are :\r\n\r\n<ul>\r\n<li><strong>22</strong>: neighbourhood</li>\r\n<li><strong>7</strong>: locality</li>\r\n<li><strong>8</strong>: region</li>\r\n<li><strong>12</strong>: country</li>\r\n<li><strong>29</strong>: continent</li>\r\n</ul>\n\n woe_id (Optional)\n A Where on Earth identifier to use to filter photo clusters. For example all the photos clustered by <strong>locality</strong> in the United States (WOE ID <strong>23424977</strong>).\r\n<br /><br />\r\n<span style="font-style:italic;">(While optional, you must pass either a valid Places ID or a WOE ID.)</span>\n\n place_id (Optional)\n A Flickr Places identifier to use to filter photo clusters. For example all the photos clustered by <strong>locality</strong> in the United States (Place ID <strong>4KO02SibApitvSBieQ</strong>).\r\n<br /><br />\r\n<span style="font-style:italic;">(While optional, you must pass either a valid Places ID or a WOE ID.)</span>\n\n threshold (Optional)\n The minimum number of photos that a place type must have to be included. If the number of photos is lowered then the parent place type for that place will be used.<br /><br />\r\n\r\nFor example if you only have <strong>3</strong> photos taken in the locality of Montreal</strong> (WOE ID 3534) but your threshold is set to <strong>5</strong> then those photos will be "rolled up" and included instead with a place record for the region of Quebec (WOE ID 2344924).\n\n tags (Optional)\n A comma-delimited list of tags. Photos with one or more of the tags listed will be returned.\n\n tag_mode (Optional)\n Either \'any\' for an OR combination of tags, or \'all\' for an AND combination. Defaults to \'any\' if not specified.\n\n machine_tags (Optional)\n Aside from passing in a fully formed machine tag, there is a special syntax for searching on specific properties :\r\n\r\n<ul>\r\n <li>Find photos using the \'dc\' namespace : <code>"machine_tags" => "dc:"</code></li>\r\n\r\n <li> Find photos with a title in the \'dc\' namespace : <code>"machine_tags" => "dc:title="</code></li>\r\n\r\n <li>Find photos titled "mr. camera" in the \'dc\' namespace : <code>"machine_tags" => "dc:title=\\"mr. camera\\"</code></li>\r\n\r\n <li>Find photos whose value is "mr. camera" : <code>"machine_tags" => "*:*=\\"mr. camera\\""</code></li>\r\n\r\n <li>Find photos that have a title, in any namespace : <code>"machine_tags" => "*:title="</code></li>\r\n\r\n <li>Find photos that have a title, in any namespace, whose value is "mr. camera" : <code>"machine_tags" => "*:title=\\"mr. camera\\""</code></li>\r\n\r\n <li>Find photos, in the \'dc\' namespace whose value is "mr. camera" : <code>"machine_tags" => "dc:*=\\"mr. camera\\""</code></li>\r\n\r\n </ul>\r\n\r\nMultiple machine tags may be queried by passing a comma-separated list. The number of machine tags you can pass in a single query depends on the tag mode (AND or OR) that you are querying with. "AND" queries are limited to (16) machine tags. "OR" queries are limited\r\nto (8).\n\n machine_tag_mode (Optional)\n Either \'any\' for an OR combination of tags, or \'all\' for an AND combination. Defaults to \'any\' if not specified.\n\n min_upload_date (Optional)\n Minimum upload date. Photos with an upload date greater than or equal to this value will be returned. The date should be in the form of a unix timestamp.\n\n max_upload_date (Optional)\n Maximum upload date. Photos with an upload date less than or equal to this value will be returned. The date should be in the form of a unix timestamp.\n\n min_taken_date (Optional)\n Minimum taken date. Photos with an taken date greater than or equal to this value will be returned. The date should be in the form of a mysql datetime.\n\n max_taken_date (Optional)\n Maximum taken date. Photos with an taken date less than or equal to this value will be returned. The date should be in the form of a mysql datetime.'), |
| | 167 | ('placesForUser', u'flickr.places.placesForUser\n\n Return a list of the top 100 unique places clustered by a given placetype for a user.\n\n Arguments:\n\n place_type_id (Optional)\n The numeric ID for a specific place type to cluster photos by. <br /><br />\r\n\r\nValid place type IDs are :\r\n\r\n<ul>\r\n<li><strong>22</strong>: neighbourhood</li>\r\n<li><strong>7</strong>: locality</li>\r\n<li><strong>8</strong>: region</li>\r\n<li><strong>12</strong>: country</li>\r\n<li><strong>29</strong>: continent</li>\r\n</ul>\r\n<br />\r\n<span style="font-style:italic;">The "place_type" argument has been deprecated in favor of the "place_type_id" argument. It won\'t go away but it will not be added to new methods. A complete list of place type IDs is available using the <a href="http://www.flickr.com/services/api/flickr.places.getPlaceTypes.html">flickr.places.getPlaceTypes</a> method. (While optional, you must pass either a valid place type or place type ID.)</span>\n\n place_type (Optional)\n A specific place type to cluster photos by. <br /><br />\r\n\r\nValid place types are :\r\n\r\n<ul>\r\n<li><strong>neighbourhood</strong> (and neighborhood)</li>\r\n<li><strong>locality</strong></li>\r\n<li><strong>region</strong></li>\r\n<li><strong>country</strong></li>\r\n<li><strong>continent</strong></li>\r\n</ul>\r\n<br /><span style="font-style:italic;">(While optional, you must pass either a valid place type or place type ID.)</span>\n\n woe_id (Optional)\n A Where on Earth identifier to use to filter photo clusters. For example all the photos clustered by <strong>locality</strong> in the United States (WOE ID <strong>23424977</strong>).<br /><br />\r\n<span style="font-style:italic;">(While optional, you must pass either a valid Places ID or a WOE ID.)</span>\n\n place_id (Optional)\n A Flickr Places identifier to use to filter photo clusters. For example all the photos clustered by <strong>locality</strong> in the United States (Place ID <strong>4KO02SibApitvSBieQ</strong>).<br /><br />\r\n<span style="font-style:italic;">(While optional, you must pass either a valid Places ID or a WOE ID.)</span>\n\n threshold (Optional)\n The minimum number of photos that a place type must have to be included. If the number of photos is lowered then the parent place type for that place will be used.<br /><br />\r\n\r\nFor example if you only have <strong>3</strong> photos taken in the locality of Montreal</strong> (WOE ID 3534) but your threshold is set to <strong>5</strong> then those photos will be "rolled up" and included instead with a place record for the region of Quebec (WOE ID 2344924).\n\n min_upload_date (Optional)\n Minimum upload date. Photos with an upload date greater than or equal to this value will be returned. The date should be in the form of a unix timestamp.\n\n max_upload_date (Optional)\n Maximum upload date. Photos with an upload date less than or equal to this value will be returned. The date should be in the form of a unix timestamp.\n\n min_taken_date (Optional)\n Minimum taken date. Photos with an taken date greater than or equal to this value will be returned. The date should be in the form of a mysql datetime.\n\n max_taken_date (Optional)\n Maximum taken date. Photos with an taken date less than or equal to this value will be returned. The date should be in the form of a mysql datetime.'), |
| | 168 | ('resolvePlaceId', u'flickr.places.resolvePlaceId\n\n Find Flickr Places information by Place ID.<br /><br />\r\nThis method has been deprecated. It won\'t be removed but you should use <a href="/services/api/flickr.places.getInfo.html">flickr.places.getInfo</a> instead.\n\n Arguments:\n\n place_id (Required)\n A Flickr Places ID'), |
| | 169 | ('resolvePlaceURL', u'flickr.places.resolvePlaceURL\n\n Find Flickr Places information by Place URL.<br /><br />\r\nThis method has been deprecated. It won\'t be removed but you should use <a href="/services/api/flickr.places.getInfoByUrl.html">flickr.places.getInfoByUrl</a> instead.\n\n Arguments:\n\n url (Required)\n A Flickr Places URL. \r\n<br /><br />\r\nFlickr Place URLs are of the form /country/region/city'), |
| | 170 | ('tagsForPlace', u'flickr.places.tagsForPlace\n\n Return a list of the top 100 unique tags for a Flickr Places or Where on Earth (WOE) ID\n\n Arguments:\n\n woe_id (Optional)\n A Where on Earth identifier to use to filter photo clusters.<br /><br />\r\n<span style="font-style:italic;">(While optional, you must pass either a valid Places ID or a WOE ID.)</span>\n\n place_id (Optional)\n A Flickr Places identifier to use to filter photo clusters.<br /><br />\r\n<span style="font-style:italic;">(While optional, you must pass either a valid Places ID or a WOE ID.)</span>\n\n min_upload_date (Optional)\n Minimum upload date. Photos with an upload date greater than or equal to this value will be returned. The date should be in the form of a unix timestamp.\n\n max_upload_date (Optional)\n Maximum upload date. Photos with an upload date less than or equal to this value will be returned. The date should be in the form of a unix timestamp.\n\n min_taken_date (Optional)\n Minimum taken date. Photos with an taken date greater than or equal to this value will be returned. The date should be in the form of a mysql datetime.\n\n max_taken_date (Optional)\n Maximum taken date. Photos with an taken date less than or equal to this value will be returned. The date should be in the form of a mysql datetime.'), |