0

I am using latest iOS Facebook sdk. I obtained the albums, so I have the ID's. Can't figure out how to get the photos from a specific album o f the user's.

Alex Tau
  • 2,639
  • 4
  • 26
  • 30

1 Answers1

0

Try following FQL

SELECT src_big, comment_info,  object_id, src_small, owner, caption, created, like_info FROM photo WHERE album_object_id  IN (SELECT aid FROM album WHERE owner = me() )
Avinash
  • 4,304
  • 1
  • 23
  • 18