Created
February 6, 2014 11:28
-
-
Save joujiahe/8842439 to your computer and use it in GitHub Desktop.
FQL for getting Facebook messages and order by created time
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT body, source, viewer_id, created_time FROM message WHERE thread_id IN (SELECT thread_id FROM thread WHERE folder_id = 1 AND me() IN (recipients)) ORDER BY created_time DESC |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment