referencing
http://developers.facebook.com/docs/reference/fql/comment/
http://developers.facebook.com/docs/reference/fql/like/
I don't see any obvious way of getting all comments by a user, or all likes.
If tried such queries as https://api.facebook.com/method/fql.query?query=SELECT post_fbid, fromid, text, time FROM comment WHERE fromid={1}&access_token={0}
and variations with me(), and such, but the clearly won't work per the documentation stating the WHERE clause must be associate with a * column defined in the documentation.
Does anyone know a way of getting all comments by a user, or all likes by a user?
to be more specific... Likes by user all together... not just "like" a page.