iOS Facebook SDK batch requests, single completion block

Viewed 1022

The iOS Batch Request Page only shows how to execute multiple requests simultaneously and handle their outputs separately. However, I want to make 3 Facebook batch requests simultaneously, and then receive the results of all three in one completion block once all three have completed, so I can aggregate and sort them. Is this possible?

All help is greatly appreciated and I always accept an answer!

1 Answers
Related