Reputation: 71
After I called the Facebook graph API, I am getting this kind of error:
{"error":{"message":"(#17) User request limit reached","type":"OAuthException","code":17}}
Upvotes: 6
Views: 37876
Reputation: 54212
You called API too many times (working too hard, huh?). This is how Facebook calculates the Limit. Read the link carefully.
Upvotes: 10
Reputation: 589
Take extra notice of the part about updates: "Updates are 10~100 more expensive than creates."
I'm getting this error frequently as I am doing a lot of tests to the Graph API.
Upvotes: 1