I am using search function in Graph API to look for my results. However, these are usually too general. I would like to narrow results but I can't find a way to do it - Graph API offer me only narrowing results by time. On the other hand, FQL does not offer me possibility to obtain results without having IDs of objects.
I figured that the only way is to get results by Graph API and then make FQL query for each result. Do you have any other ideas?