Is it possible to use will_paginate with Facebooker abstractions? Specifically I want to paginate the photos in a users photo album (later I will probably want to paginate friends, events, etc.). I suppose its possible to retrieve all the Photos into an array and paginate that, but is this the best way to go? Are there more elegant and/or efficient methods? Thanks