Using koala get facebook albums photos

Hi Folks,

Good day,

I need to display my facebook album photos in my application.

I used Koala for facebook API.

I used this query for getting my album photos,

current_user.facebook.get_connection(“me”,“albums”)

by using this i can get only the albums details.

"I need my photos which i upload in facebook "

Please advise.

Thank you

I was able to drill down and access the photos inside the album by using the following:

current_user.facebook.get_connections("me","albums", :fields => "name, photos.fields(source)")
But i got only 25 photos. How can i restricts my limitations.