Multi-query: request a series of FQL (Facebook Query Language) queries in one call and returns the data at one time
This method takes a JSON-encoded dictionary called ''queries'' where the individual queries use the exact same syntax as a simple query. However, this method allows for more complex queries to be made. You can fetch data from one query and use it in another query within the same call.