flickrex v0.3.0 Flickr.Prefs

Summary

Functions

Returns the default content type preference for the user

Returns the default privacy level for geographic information attached to the user’s photos and whether or not the user has chosen to use geo-related EXIF information to automatically geotag their photos

Returns the default hidden preference for the user

Returns the default privacy level preference for the user

Returns the default safety level preference for the user

Types

args()
args() :: Keyword.t
client()
client() :: Flickrex.Client.t
response()
response() :: Flickrex.Parser.response

Functions

get_content_type(client, args \\ [])
get_content_type(client, args) :: response

Returns the default content type preference for the user.

This method requires authentication with “read” permission.

Arguments

get_geo_perms(client, args \\ [])
get_geo_perms(client, args) :: response

Returns the default privacy level for geographic information attached to the user’s photos and whether or not the user has chosen to use geo-related EXIF information to automatically geotag their photos.

Possible values, for viewing geotagged photos, are:

  • 0 : No default set
  • 1 : Public
  • 2 : Contacts only
  • 3 : Friends and Family only
  • 4 : Friends only
  • 5 : Family only
  • 6 : Private

Users can edit this preference at http://www.flickr.com/account/geo/privacy/.



Possible values for whether or not geo-related EXIF information will be used to geotag a photo are:

  • 0: Geo-related EXIF information will be ignored
  • 1: Geo-related EXIF information will be used to try and geotag photos on upload

Users can edit this preference at http://www.flickr.com/account/geo/exif/?from=privacy

This method requires authentication with “read” permission.

Arguments

get_hidden(client, args \\ [])
get_hidden(client, args) :: response

Returns the default hidden preference for the user.

This method requires authentication with “read” permission.

Arguments

get_privacy(client, args \\ [])
get_privacy(client, args) :: response

Returns the default privacy level preference for the user.

Possible values are:

  • 1 : Public
  • 2 : Friends only
  • 3 : Family only
  • 4 : Friends and Family
  • 5 : Private

This method requires authentication with “read” permission.

Arguments

get_safety_level(client, args \\ [])
get_safety_level(client, args) :: response

Returns the default safety level preference for the user.

This method requires authentication with “read” permission.

Arguments