7

Is there some documentation about limits of Facebook queries and multi-queries?I've found out by trying and testing that multi-queries start giving errors at around 250 multi-queries per request, but that is something which is not standard, because sometimes 249 multi queries work, sometimes don't.
Also, is there some rate limitation sistem for queries?

Nicola Peluchetti
  • 76,206
  • 31
  • 145
  • 192

1 Answers1

0

The Facebook Platform Policy state that "If you exceed, or plan to exceed, any of the following thresholds please contact us as you may be subject to additional terms: (>5M MAU) or (>100M API calls per day) or (>50M impressions per day)." - meaning that as long as you don't cross the 100,000,000 API calls per day, you are OK.

You should check your multi queries for other reasons of limitation, like script time out or capacity limitations of your server. Post more details on what are you running so we could look.

PalDev
  • 566
  • 8
  • 12