$f = new phpFlickr(FLICKR_KEY,FLICKR_CODE);
$f->enableCache("db",FWK_DSN);
$f->photosets_getList(FLICKR_USER,$extra,$max,$page);
Running this on my website only returns two sets. But if I run the API explorer
on your website I get all four sets.
Please advise.