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.

Throttling is a mechanism to regulate the rate at which processing is performed

learn more… | top users | synonyms

0
votes
0answers
5 views

Getting FBErrorCategoryThrottling error after startForPostStatusUpdate:completionHandler:

I have a game that posts to facebook when the user achieves certain things. Normally there will be several minutes between these achievements, but it is possible for them to occur within a few ...
4
votes
1answer
392 views

Query optimization and API throttling

We are tracking Facebook Page and Post metrics for a number of clients, and we have some questions regarding high CPU intensity and too many calls for Post/comments - according to what is being ...
1
vote
1answer
347 views

Facebook app being throttled, what is gr:post:User/external_edge

Our app is currently being throttled, we are getting { "error": { "message": "(#4) Application request limit reached", "type": "OAuthException", "code": 4 } } On ...
1
vote
1answer
1k views

How do I receive API Throttling Warnings?

We need to fetch mutual friend data for each one of our new users. (We're currently doing that through the REST API.) In load testing for an upcoming traffic surge, we ran into API throttling, which ...
1
vote
1answer
2k views

Facebook Application limit reached when calling FQL

Possible Duplicate: Facebook OAuth Error: Application request limit reached I wrote a Facebook monitoring app that calls Facebook FQL by default every 30 seconds to determine if the user has ...
0
votes
1answer
198 views

Meaning of “Calls Access Too Much Data” in Facebook App Diagnostics

On our Facebook Application's Diagnostics page, there is a message saying that for two different queries, our "Calls Access Too Much Data". Does anyone know exactly what this means? Specifically, ...