Hi, I have a user that has authenticated with facebook connect and given my app access to publish and read from his stream. I'm trying to get the comments from a specific status update using fql (see my query below), and I keep getting an error code of 1 ("An unknown error occurred"). However, when I try to get statuses, it works perfectly.
Here's my comment fql: SELECT text from comment where post_id=83121613035
Any help would be appreciated!