Mateusz
Mateusz

Reputation: 133

Facebook batch size

I would like to know is there are some limits when using Facebook API for web applications. I am interested especially in batch size limit (FacebookClient.Batch method) - how many params can I safely execute at once? Thanks for help.

Upvotes: 2

Views: 658

Answers (1)

ShawnDaGeek
ShawnDaGeek

Reputation: 4150

Limits

We currently limit the number of batch requests to 50.

https://developers.facebook.com/docs/reference/api/batch/

[edit: the batch limit was raised from 20 to 50 since this was first posted]

Upvotes: 3

Related Questions