What is the best way to get list of photos with me and a friend tagged in them?
问题 I'm doing this fql: SELECT object_id, pid, src_big, src_big_height, src_big_width, src, src_height, src_width FROM photo WHERE pid IN (SELECT pid FROM photo_tag WHERE subject= [me_uid]) AND pid IN (SELECT pid FROM photo_tag WHERE subject= [friend_uid] ) limit 0, 20 This works fine until I use 2 users ids who have thousands of photos with hundreds of them tagged with both uids. In this scenario, FB returns a 500 error: "Error loading script", error code 1 I need to incrementally retrieve data