Im tring to select the comments from the comment table, but the post id contains an underscore and the FQL response complains as follows:
Parser error: unexpected '_XXXXXXXXXX' at position 71 Where the portion before the underscore is the first portion of the post_id. Here is the complete FQL statement: { "comments": "SELECT post_id, fromid, time, text FROM comment WHERE post_id=XXXXXXXXX_...