The following FQL was working properly and then for some reason it doesn't:
@userPhotos = @rest.fql_query("select src_big, src_big_width,src_big_height FROM photo WHERE album_object_id IN
(SELECT object_id FROM album WHERE owner = me())")
It produces a list of "one" album - the last album instead of producing a list of all albums owned by the user. I'm using FB explorer to check the FQL. It used to work properly but not now. Have you experienced that problem?