Esempio n. 1
0
 function __construct($api_key, $secret = NULL, $die_on_error = false)
 {
     parent::__construct($api_key, $secret, $die_on_error);
     $builder = new ServiceBuilder();
     $this->oauth_service = $builder->provider(new FlickrApi())->apiKey($api_key)->apiSecret($secret)->build();
 }