Hi momo,
TopoDS_Face is a Topological entity which will not work in a 2D Context. You should try to start with a topological example, or use the ImportExport example.
To display a Shape on the AISContext use the following:
myAISContext->Display(new AIS_Shape(theFace));
Hope that helps,
Commenter-1