Packagecom.adobe.webapis.flickr.methodgroups
Classpublic class Interestingness

Contains the methods for the Interestingness method group in the Flickr API. Even though the events are listed here, they're really broadcast from the FlickrService instance itself to make using the service easier.



Public Methods
 MethodDefined by
  
Construct a new Interestingness "method group" class
Interestingness
  
getList(date:Date = null, extras:String = "", per_page:Number = 100, page:Number = 1):void
Returns the list of interesting photos for the most recent day or a user-specified date.
Interestingness
Events
 EventSummaryDefined by
   Broadcast as a result of the getList method being called The event contains the following properties success - Boolean indicating if the call was successful or not data - When success is true, an empty object When success is false, contains an "error" FlickrError instance Interestingness
Constructor detail
Interestingness()constructor
public function Interestingness(service:FlickrService)

Construct a new Interestingness "method group" class

Parameters
service:FlickrService — The FlickrService this method group is associated with.
Method detail
getList()method
public function getList(date:Date = null, extras:String = "", per_page:Number = 100, page:Number = 1):void

Returns the list of interesting photos for the most recent day or a user-specified date.

Parameters
date:Date (default = null) — (Optional) A specific date, to return interesting photos for.
 
extras:String (default = "") — (Optional) 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, and original_format.
 
per_page:Number (default = 100) — (Optional) Number of photos to return per page. If this argument is omitted, it defaults to 100. The maximum allowed value is 500.
 
page:Number (default = 1) — (Optional) The page of results to return. If this argument is omitted, it defaults to 1.

See also

Event detail
interestingnessGetListevent 
Event object type: com.adobe.webapis.flickr.events.FlickrResultEvent

Broadcast as a result of the getList method being called The event contains the following properties success - Boolean indicating if the call was successful or not data - When success is true, an empty object When success is false, contains an "error" FlickrError instance

See also

getList
com.adobe.service.flickr.FlickrError