Is it possible to place a Graph Api call, which returns only n entries, where n is the number of result entries I would like? For example limiting it to 5 or 10, not all as the default.
Something similar to the SQL Select * .... LIMIT n.
I haven't found anything on the FB Dev Page.