# File flickr.rb, line 57
  def initialize(api_key='86e18ef2a064ff2255845e029208d7f4', email=nil, password=nil)
    @api_key = api_key
    @host = 'http://flickr.com'
    @api = '/services/rest'
    login(email, password) if email and password
  end