I need to get all the messages posted by a user in a facebook fan page. (wall posts and also possible comments to other posts).
Is there an easy way to do that?
Right now i might have to get all the posts from a page, filter by user and do the same with comments but if the page has 3k posts and tons of comments that will be very slow.
I think this might be possible with fql but i cant find how to do it?