Are the page and count parameters intended to interact at all with the since_id parameter for friends_timeline? What I would like to do is be able to say "download tweets since this ID, but not more than N tweets." Right now it appears, if I'm understanding correctly, that the page parameter does work with since_id, but pages appear to be restricted to 40 tweets per page and the count parameter doesn't seem to have any affect. Is there any way to so something like "since_id=12345" and "count=20," where it would return just the latest 20 that are after the given ID (and fewer if there aren't 20 after that ID)?
-- Buzz