Created By
Joe Morgan
07/24/2012 7:07pm

Subscribers (18)

BugsFQL querying from list of albums is only returning results from one album

  • Status: Fixed
  • Priority: High
  • Updated: August 1, 2012 at 9:57am
Latest response from Facebook
Sean Quinlan
This should now be resolved. Thanks for your patience.
Status changed to Fixed · August 1, 2012 at 9:57am
Gyyoung Kim
Thanks for the report. We are looking into this.
Status changed to Assigned · Priority changed to High · July 24, 2012 at 9:14pm
FQL call does not return all images present on a page was marked as a duplicate of this bug.
About an hour and a half ago, I started getting different results for a query that I've been running for days during the testing of an application.

My application queries the photos from all of the authenticated user's albums in an attempt to find photos most suited to the narrative being generated. The following query was successfully returning results from all of a user's albums until recently:

SELECT object_id, src_big_height, src_big_width, src_big, created, like_info, caption, aid FROM photo WHERE aid IN (SELECT aid FROM album WHERE owner = me()) ORDER BY created DESC

As of around 8:30pm eastern time tonight, the results are only coming from one album (the last album in the result object returned from the album query).

This application has been in development for weeks, and is due to be delivered at the end of this week, so this poses quite a problem. Please let me know if you have any information.
3 people can reproduce this issue by following these steps
Repro