Exemplo n.º 1
0
 def call_api_method(self, method, params={}):
   """Call a Flickr API method.
   """
   return flickr_auth.call_api_method(
     method, params, self.access_token_key, self.access_token_secret)
Exemplo n.º 2
0
 def call_api_method(self, method, params=None):
     """Call a Flickr API method.
 """
     return flickr_auth.call_api_method(method, params or {},
                                        self.access_token_key,
                                        self.access_token_secret)