Reputation: 2093
I am using facebook graph api to publish link to my fan page with 1 request/1 minutes. But today i receive an error when request:
Error: It looks like you were misusing this feature by going too fast. You’ve been blocked from using it. Learn more about blocks in the Help Center.
Now i can not continue pushlish any link. How much time for unblock my graph api and continue use it again? Pls!
Upvotes: 0
Views: 696
Reputation: 290
The call will be blocked for 30 minutes and during this time the max score will decay at rate of x points/second where x = n / 3.
You can find a comprehensive description of the Facebook API limits here
Upvotes: 1