Praveen Kumatekar
Praveen Kumatekar

Reputation: 71

How to resolve "User request limit reached" Issue in facebook graph api?

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

Answers (2)

Raptor
Raptor

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

Marcus W
Marcus W

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

Related Questions