well I right now bought the Premium and after 5 times that was checking the layout and how it works return this error… great and obiuvsly just in time
Same here. Is this something that can be affected from the facebook app dashboard?
Same here. Is this something that can be affected from the facebook app dashboard?
It could be just that there are too many requests from the same place in a short amount of time. Found this on stack overflow, however it suggests too that JSSDK should not hit this limit, hmmm curiouser and curiouser…:
“The Facebook API limit isn’t really documented, but apparently it’s something like: 600 calls per 600 seconds, per token & per IP. As the site is restricted, quoting the relevant part:
After some testing and discussion with the Facebook platform team, there is no official limit I’m aware of or can find in the documentation. However, I’ve found 600 calls per 600 seconds, per token & per IP to be about where they stop you. I’ve also seen some application based rate limiting but don’t have any numbers.
As a general rule, one call per second should not get rate limited. On the surface this seems very restrictive but remember you can batch certain calls and use the subscription API to get changes.
As you can access the Graph API on the client side via the Javascript SDK; I think if you travel your request for photos from the client, you won’t hit any application limit as it’s the user (each one with unique id) who’s fetching data, not your application server (unique ID).
This may mean a huge refactor if everything you do go through a server. But it seems like the best solution if you have so many request (as it’ll give a breath to your server).”
https://stackoverflow.com/questions/14092989/facebook-api-4-application-request-limit-reached
CIF: G76354695 Asociación The Long Walk La Gran Caminata
commented
It could be just that there are too many requests from the same place in a short amount of time. Found this on stack overflow, however it suggests too that JSSDK should not hit this limit, hmmm curiouser and curiouser…:
“The Facebook API limit isn’t really documented, but apparently it’s something like: 600 calls per 600 seconds, per token & per IP. As the site is restricted, quoting the relevant part:
After some testing and discussion with the Facebook platform team, there is no official limit I’m aware of or can find in the documentation. However, I’ve found 600 calls per 600 seconds, per token & per IP to be about where they stop you. I’ve also seen some application based rate limiting but don’t have any numbers.
As a general rule, one call per second should not get rate limited. On the surface this seems very restrictive but remember you can batch certain calls and use the subscription API to get changes.
As you can access the Graph API on the client side via the Javascript SDK; I think if you travel your request for photos from the client, you won’t hit any application limit as it’s the user (each one with unique id) who’s fetching data, not your application server (unique ID).
This may mean a huge refactor if everything you do go through a server. But it seems like the best solution if you have so many request (as it’ll give a breath to your server).”
https://stackoverflow.com/questions/14092989/facebook-api-4-application-request-limit-reached