I've tried the following:
This is the post I'm trying to retrieve : http://www.facebook.com/TeapotParty/posts/134801493258490
var fbc = new FacebookClient(accessToken);
dynamic post = fbc.Get("/TeapotParty/posts/134854426586530");
and
dynamic streams = fbc.Query("select text from comment where post_id = " + 134801493258490);