I got a demand to make a webservice that centralizes informations of many facebook accounts (data, photos, friends). The problem is: it can receive lot of requests in short time. For that reason, i need an eficient way to get all information of facebook in few requests, or i will get blocked.
I have read about FQL, that i can suppose request info about many users in same query. If its true, will be perfect. But i didnt found detailed info about FQL limitations. So i have fear about confirm the viability of this demand, counting that FQL will solve all my problem.
Is it a good way to solve the problem? If not, what can be done?