Function Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
P
 peopleFindByEmail, com. kelvinluck. flickr. Flickr
 peopleFindByUsername, com. kelvinluck. flickr. Flickr
 peopleGetInfo, com. kelvinluck. flickr. Flickr
 peopleGetPublicGroups, com. kelvinluck. flickr. Flickr
 peopleGetPublicPhotos, com. kelvinluck. flickr. Flickr
 peopleGetUploadStatus, com. kelvinluck. flickr. Flickr
 Person, com. kelvinluck. flickr. Person
 Photo, com. kelvinluck. flickr. Photo
 photosAddTags, com. kelvinluck. flickr. Flickr
 photosGetContactsPhotos, com. kelvinluck. flickr. Flickr
 photosGetContactsPublicPhotos, com. kelvinluck. flickr. Flickr
 photosGetContext, com. kelvinluck. flickr. Flickr
 photosGetCounts, com. kelvinluck. flickr. Flickr
 photosGetExif, com. kelvinluck. flickr. Flickr
 photosGetInfo, com. kelvinluck. flickr. Flickr
 photosGetNotInSet, com. kelvinluck. flickr. Flickr
 photosGetPerms, com. kelvinluck. flickr. Flickr
 photosGetRecent, com. kelvinluck. flickr. Flickr
 photosGetSizes, com. kelvinluck. flickr. Flickr
 photosGetUntagged, com. kelvinluck. flickr. Flickr
 PhotoSize, com. kelvinluck. flickr. PhotoSize
 photosRemoveTag, com. kelvinluck. flickr. Flickr
 photosSearch, com. kelvinluck. flickr. Flickr
 photosSetDates, com. kelvinluck. flickr. Flickr
 photosSetMeta, com. kelvinluck. flickr. Flickr
 photosSetPerms, com. kelvinluck. flickr. Flickr
 photosSetTags, com. kelvinluck. flickr. Flickr
R
 removeFavorite, com. kelvinluck. flickr. Person
S
 secsToDate, com. kelvinluck. util. DateFormat
 setSuppressOutput, com. kelvinluck. flickr. FlickrResponseListener
 setTags, com. kelvinluck. flickr. Photo
T
 Tag, com. kelvinluck. flickr.Tag
 tagsGetListPhoto, com. kelvinluck. flickr. Flickr
 tagsGetListUser, com. kelvinluck. flickr. Flickr
 tagsGetListUserPopular, com. kelvinluck. flickr. Flickr
 tagsGetRelated, com. kelvinluck. flickr. Flickr
 testEcho, com. kelvinluck. flickr. Flickr
 testLogin, com. kelvinluck. flickr. Flickr
function peopleFindByEmail(email: String)
Calls flickr.people.findByEmail to get a user’s NSID, given their email address.
function peopleFindByUsername(username: String)
Calls flickr.people.findByUsername to get a user’s NSID, given their username.
function peopleGetInfo(nsid: String)
Calls flickr.people.getInfo to get information about a user.
function peopleGetPublicGroups(nsid: String)
Calls flickr.people.getPublicGroups to get the list of public groups a user is a member of.
function peopleGetPublicPhotos(nsid: String,
extras: String,
perPage: Number,
page: Number)
Calls flickr.people.getPublicPhotos to get a list of public photos for the given user.
function peopleGetUploadStatus()
Calls flickr.people.getUploadStatus to get information for the calling user related to photo uploads.
function Person(nsid: String)
private function Photo(id: Number)
function photosAddTags (photoId: Number,
tags: String)
Calls flickr.photos.addTags to add tags to a given photo.
function photosGetContactsPhotos (count: Number,
justFriends: Number,
singlePhoto: Number,
includeSelf: Number)
Calls flickr.photos.getContactsPhotos to fetch a list of recent photos from the calling users’ contacts.
function photosGetContactsPublicPhotos (nsid: String,
count: Number,
justFriends: Boolean,
singlePhoto: Boolean,
includeSelf: Boolean)
Calls flickr.photos.getContactsPublicPhotos to fetch a list of recent public photos from a users’ contacts.
function photosGetContext (photoId: Number)
Calls flickr.photos.getContext to return next and previous photos for a photo in a photostream.
function photosGetCounts (dates: String,
takenDates: String)
Calls flickr.photos.getCounts to get a list of photo counts for the given date ranges for the calling user.
function photosGetExif (photoId: Number,
secret: String)
Calls flickr.photos.getExif to return a list of EXIF/TIFF/GPS tags for a given photo.
function photosGetInfo (photoId: Number,
secret: Number)
Calls flickr.photos.getInfo to get information about a photo..
function photosGetNotInSet (extras: String,
perPage: Number,
page: Number)
Calls flickr.photos.getNotInSet to get a list of your photos that are not part of any sets.
function photosGetPerms (photoId: Number)
Calls flickr.photos.getPerms to get permissions for a photo.
function photosGetRecent (extras: String,
perPage: Number,
page: Number)
Calls flickr.photos.getRecent to get a list of the latest public photos uploaded to flickr.
function photosGetSizes (photoId: Number)
Calls flickr.photos.getRecent to get the available sizes for a photo.
function photosGetUntagged (extras: String,
perPage: Number,
page: Number)
Calls flickr.photos.getUntagged to get a list of your photos with no tags.
function PhotoSize(photo: Photo,
label: String)
function photosRemoveTag (tagId: Number)
Calls flickr.photos.removeTag to remove a tag from a photo.
function photosSearch (params)
Calls flickr.photos.search to get a list of photos matching some criteria.
function photosSetDates (photoId: Number,
datePosted: Date,
dateTaken: Date,
dateTakenGran: Number)
Calls flickr.photos.setDates to set one or both of the dates for a photo..
function photosSetMeta (photoId: Number,
title: String,
description: String)
Calls flickr.photos.setMeta to set the meta information for a photo.
function photosSetPerms (photoId: Number,
isPublic: Number,
isFriend: Number,
isFamily: Number,
permComment: Number,
permAddMeta: Number)
Calls flickr.photos.setPerms to set permissions for a photo..
function photosSetTags (photoId: Number,
tags: String)
Calls flickr.photos.setTags to set the tags for a photo.
function removeFavorite(photo: Photo):Void
Removes a favourite Photo from this user.
public static function secsToDate(secs):Date
Static function which converts a number of seconds into a Date object.
function setSuppressOutput(supressOutput: Boolean):Void
Use if you don’t want this instance to log it’s messages.
function setTags(tags: String,
author: Person)
Set’s this Photo’s _tags...
private function Tag(raw: String)
public function tagsGetListPhoto(photoId: Number)
Calls flickr.tags.getListPhoto to get the tag list for a given photo.
public function tagsGetListUser(userId: String)
Calls flickr.tags.getListUser to get the tag list for a given user (or the currently logged in user).
public function tagsGetListUserPopular(userId: String,
count: Number)
Calls flickr.tags.getListUserPopular to get the popular tags for a given user (or the currently logged in user).
public function tagsGetRelated(tag: String)
Calls flickr.tags.getRelated to get a list of tags ‘related’ to the given tag, based on clustered usage analysis.
public function testEcho()
Calls flickr.test.echo - forwards any arguments on to the Flickr API
public function testLogin()
Calls flickr.test.login - A testing method which checks if the caller is logged in then returns their username.