Method activityUserComments (line 117)
Do not poll this method more than once an hour.
Official Flickr API documentation: http://www.flickr.com/services/api/flickr.activity.userComments.html
Requires read authentication.
Method activityUserPhotos (line 143)
Do not poll this method more than once an hour.
Official Flickr API documentation: http://www.flickr.com/services/api/flickr.activity.userPhotos.html
Requires read authentication.
Method authGetFrob (line 179)
To authenticate a user using the SWX Flickr API:
Original Flickr authorization spec: http://www.flickr.com/services/api/auth.spec.html
Flickr Desktop Applications How-To: http://www.flickr.com/services/api/auth.howto.desktop.html
Method authGetToken (line 227)
For a full explanation of the authorization system in the SWX Flickr API, see the notes on the authGetFrob() method.
Official Flickr API documentation: http://www.flickr.com/services/api/flickr.auth.getToken.html
Method authGetUrl (line 201)
For a full explanation of the authorization system in the SWX Flickr API, see the notes on the authGetFrob() method.
Method blogsGetList (line 252)
Official Flickr API documentation: http://www.flickr.com/services/api/flickr.blogs.getList.html
Requires read authentication.
Method blogsPostPhoto (line 279)
Official Flickr API documentation: http://www.flickr.com/services/api/flickr.blogs.postPhoto.html
Requires write authentication
Method contactsGetList (line 316)
Valid values for the filter parameter, below, are:
friends: Only contacts who are friends (and not family). family: Only contacts who are family (and not friends). both: Only contacts who are both friends and family. neither: Only contacts who are neither friends nor family.
Official Flickr API documentation: http://www.flickr.com/services/api/flickr.contacts.getList.html
Requires read authentication.
Method contactsGetPublicList (line 343)
Official Flickr API documentation: http://www.flickr.com/services/api/flickr.contacts.getPublicList.html
Does not require authentication.
Method favoritesAdd (line 421)
Official Flickr API documentation: http://www.flickr.com/services/api/flickr.favorites.add.html
Requires write authentication and a POST request.
Method favoritesGetList (line 374)
Only photos which the calling user has permission to see are returned.
Official Flickr API documentation: http://www.flickr.com/services/api/flickr.favorites.getList.html
Requires read authentication.
Method favoritesGetPublicList (line 399)
Official Flickr API documentation: http://www.flickr.com/services/api/flickr.favorites.getPublicList.html
Does not require authentication.
Method favoritesRemove (line 444)
Official Flickr API documentation: http://www.flickr.com/services/api/flickr.favorites.remove.html
Requires write authentication and a POST request.
Method getUserPhotos (line 44)
Method groupsBrowse (line 472)
Official Flickr API documentation: http://www.flickr.com/services/api/flickr.groups.browse.html
Requires read authentication.
Method groupsGetInfo (line 523)
Official Flickr API documentation: http://www.flickr.com/services/api/flickr.groups.getInfo.html
Does not require authentication.
Method groupsPoolAdd (line 551)
Official Flickr API documentation: http://www.flickr.com/services/api/flickr.groups.pools.add.html
Requires write authentication.
Method groupsPoolsGetContext (line 574)
Official Flickr API documentation: http://www.flickr.com/services/api/flickr.groups.pools.getContext.html
Does not require authentication.
Method groupsPoolsGetGroups (line 597)
Official Flickr API documentation: http://www.flickr.com/services/api/flickr.groups.pools.getGroups.html
Requires read authentication.
Method groupsPoolsGetPhotos (line 625)
Official Flickr API documentation: http://www.flickr.com/services/api/flickr.groups.pools.getPhotos.html
Does not require authentication.
Method groupsPoolsRemove (line 648)
Official Flickr API documentation: http://www.flickr.com/services/api/flickr.groups.pools.remove.html
Requires write authentication.
Method groupsSearch (line 498)
18+ groups will only be returned for authenticated calls where the authenticated user is over 18.
Official Flickr API documentation: http://www.flickr.com/services/api/flickr.groups.search.html
Does not require authentication unless you also want to receive 18+ groups.
Method interestingnessGetList (line 677)
Official Flickr API documentation: http://www.flickr.com/services/api/flickr.interestingness.getList.html
Does not require authentication.
Method peopleFindByEmail (line 701)
Official Flickr API documentation: http://www.flickr.com/services/api/flickr.people.findByEmail.html
Does not require authentication.
Method peopleFindByUsername (line 722)
Official Flickr API documentation: http://www.flickr.com/services/api/flickr.people.findByUsername.html
Does not require authentication.
Method peopleGetInfo (line 745)
Official Flickr API documentation: http://www.flickr.com/services/api/flickr.people.getInfo.html
Does not require authentication but will return additional information if authenticated.
Method peopleGetPublicGroups (line 771)
Official Flickr API documentation: http://www.flickr.com/services/api/flickr.people.getPublicGroups.html
Does not require authentication.
Method peopleGetPublicPhotos (line 795)
Official Flickr API documentation: http://www.flickr.com/services/api/flickr.people.getPublicPhotos.html
Does not require authentication.
Method peopleGetUploadStatus (line 816)
Official Flickr API documentation: http://www.flickr.com/services/api/flickr.people.getUploadStatus.html
Requires read authentication.
Method photosAddTags (line 845)
Official Flickr API documentation: http://www.flickr.com/services/api/flickr.photos.addTags.html
Requires write authentication.
Method photosDelete (line 869)
Official Flickr API documentation: http://www.flickr.com/services/api/flickr.photos.delete.html
This method requires delete authentication.
Method photosGetAllContexts (line 892)
Official Flickr API documentation: http://www.flickr.com/services/api/flickr.photos.getAllContexts.html
Does not require authentication.
Method photosGetContactsPhotos (line 918)
Official Flickr API documentation: http://www.flickr.com/services/api/flickr.photos.getContactsPhotos.html
Requires read authentication.
Method photosGetContactsPublicPhotos (line 944)
Official Flickr API documentation: http://www.flickr.com/services/api/flickr.photos.getContactsPublicPhotos.html
Method photosGetContext (line 965)
Official Flickr API documentation: http://www.flickr.com/services/api/flickr.photos.getContext.html
Does not require authentication.
Method photosGetCounts (line 988)
Official Flickr API documentation: http://www.flickr.com/services/api/flickr.photos.getCounts.html
Requires read authentication.
Method photosGetExif (line 1012)
The calling user must have permission to view the photo.
Official Flickr API documentation: http://www.flickr.com/services/api/flickr.photos.getExif.html
Does not require authentication.
Method photosGetFavorites (line 1035)
Official Flickr API documentation: http://www.flickr.com/services/api/flickr.photos.getFavorites.html
Does not require authentication.
Method photosGetInfo (line 1056)
The calling user must have permission to view the photo.
Official Flickr API documentation: http://www.flickr.com/services/api/flickr.photos.getInfo.html
Method photosGetNotInSet (line 1085)
Official Flickr API documentation: http://www.flickr.com/services/api/flickr.photos.getNotInSet.html
Requires read authentication.
Method photosGetPerms (line 1108)
Official Flickr API documentation: http://www.flickr.com/services/api/flickr.photos.getPerms.html
Requires read authentication.
Method photosGetRecent (line 1133)
Official Flickr API documentation: http://www.flickr.com/services/api/flickr.photos.getRecent.html
Does not require authentication.
Method photosGetSizes (line 1155)
The calling user must have permission to view the photo.
Official Flickr API documentation: http://www.flickr.com/services/api/flickr.photos.getSizes.html
Does not require authentication.
Method photosGetUntagged (line 1184)
Official Flickr API documentation: http://www.flickr.com/services/api/flickr.photos.getUntagged.html
Requires read authentication.
Method photosGetWithGeoData (line 1214)
Official Flickr API documentation: http://www.flickr.com/services/api/flickr.photos.getWithGeoData.html
Requires read authentication.
Method photosGetWithoutGeoData (line 1249)
Official Flickr API documentation: http://www.flickr.com/services/api/flickr.photos.getWithoutGeoData.html
Requires read authentication.
Method photosRecentlyUpdated (line 1284)
or which have been recently modified. 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 :-)
Official Flickr API documentation: http://www.flickr.com/services/api/flickr.photos.recentlyUpdated.html
Requires read authentication.
Method photosRemoveTag (line 1308)
Official Flickr API documentation: http://www.flickr.com/services/api/flickr.photos.removeTag.html
Requires write authentication.
Method photosSearch (line 1356)
Autentication is optional. Unauthenticated calls will only return public photos.
Official Flickr API documentation: http://www.flickr.com/services/api/flickr.photos.search.html