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.

Using the Facebook C# SDK...

Assume I want to query public data for 200 users simultaneously. I would need to make 200 API requests. However, with batch requests, I could stuff 50 queries into every API request; I still need to make 4 API requests.

Here comes my question: If I create a thread(backgroundworker or otherwise) and had it query the Facebook API, how many threads could I have before it wouldn't work? I'm concerned about issues with the SDK itself as well as the API.

Not looking for code here, I just couldn't find an answer in the documentation.

share|improve this question
facebook's api documentation is the worst documentation, I've ever seen. Better if you try using a larger number and see if the error shows the maximum possible number. :) – sha404 Mar 30 '12 at 22:05

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.