Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am trying to do mass reach estimate calls for specific targeting and each api call searches a different keyword to return the reach estimate for that keyword. At one time I am doing this for 300 keywords, which with a limit of 50 per batched request I am doing this 6 times (looping through) and it is very slow. Does anyone have any suggestions as to how to do this faster without a loop?

share|improve this question
2  
The reachestimate call is extremely CPU intensive; there's no way to make it faster from the client side, adding them to a batch really just removes the HTTP/SSL overhead in setting up a new API call, the time the call takes to complete on the server side is basically the same no matter how you call it – Igy Dec 3 '12 at 17:47
ok thats what i figured but thought i would ask anyways, thanks! – Jessie Frazelle Dec 3 '12 at 18:22

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.