I have an FQL query that queries a list of photos. For months, it was working as expected, returning ~450 photos from the following query:
SELECT object_id,src FROM photo WHERE owner=me()
All of a sudden, however, the results appear capped at 100 - that is, only the most 100 results are returned.
I know this is not a client code error - an iOS app in my case - because this is happening in my production code which has NOT been updated since working correctly.
What gives?