Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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}}
like image 316
Praveen Kumatekar Avatar asked Jan 09 '15 08:01

Praveen Kumatekar


2 Answers

You called API too many times (working too hard, huh?). This is how Facebook calculates the Limit. Read the link carefully.

like image 111
Raptor Avatar answered Nov 15 '22 07:11

Raptor


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.

like image 35
Marcus W Avatar answered Nov 15 '22 05:11

Marcus W