For the most part, I've got things figured out. But when I'm trying to get just a subset of my photosets - page1, 40 pictures, etc - it seems to be ignoring my API parameters. This is vexing.
Whis is what I'm trying to do: photosets_getPhotos($setID, NULL, NULL, 30, $page);
where setID is the photoset ID, and page is the page number.
Every time it returns every single photo in the set.