Package flickyou :: Package backend :: Module utils

Module utils

source code

Classes
  TokenCache
Represents the cache of the token.
Functions
 
get_api_signature(secret_key, **params)
API signing, see: <http://www.flickr.com/services/api/auth.spec.html>
source code
 
open_url_in_browser(url) source code
Variables
  BASE_HOST = 'flickr.com'
  REST_API_PATH = '/services/rest'
  AUTH_API_PATH = '/services/auth'
  REST_API_URL = 'http://flickr.com/services/rest/'
  AUTH_API_URL = 'http://flickr.com/services/auth/'
  UPLOAD_URL = 'http://api.flickr.com/services/upload/'