We are trying to make some reports using FB Data in which we get the FB ID of the users. For getting the gender and location, we need to call the Graph API https://graph.facebook.com/User_ID in a loop.
This takes lot of time as the number of users are very high. Is there any alternate way to increase the speed of execution.