I am getting an FBerror \"This operation can\'t be completed: Application request limit reached\". Does anybody know why is it so? How to check the limit? How to increase th
try this with your php code:
50 continuous FQL calls. After a pause of 10 seconds (sleep (10)) You repeat.
if($nr%50==0) { sleep(10); echo "\n\n---Bloque #".++$numBloque."---\n\n"; }