my $req = Flickr::API::Request->new({ method => 'flickr.photosets.create', args => { auth_token => $auth_token, title => $photosetname, primary_photo_id => $photoid, }, });