I\'m trying to get ALL of a user\'s likes with FQL. Following is my research including what I\'ve tried and the problems with each attempt.
1) The most simple method
Try this FQL query:
SELECT user_id, object_id, post_id, object_type FROM like WHERE user_id = me()