I have a question regarding facebook graph api. I have database of users’ facebook IDs. My application retrieves information about users’ events according to that field from facebook.
Application connects to Facebook, checks is user with specisic facebook_id has events. If there are found events it (app) retrieves info about specific event. So, it does lots of requests and scrips executes for very long time. I don’t like this.
Does anybody know way to reduce number of requests so that I could check wich users have aliable events using one request and get detailed info about each of them using another?
I believe Facebook must have such ability. Link to facebook graph api documentation or to any answer on SO would be enough.
Thanks in advance.
UPD: I’ve found the solution. Who can close the question?
Use FQL, Luke!