Home > CodeIgniter, Facebook App, PHP > Facebook Graph Application — Error Tracking And Throttling

Facebook Graph Application — Error Tracking And Throttling

January 16th, 2012

We have an existing Facebook app that is integrated via Graph … Built on Codeigniter framework … We are needing a mechanism in the script to log any errors returned by Facebook and also to throttle the # of requests if necessary (we want to account for the 600 requests per 600 seconds limit).


Facebook Graph Application -- Error Tracking And Throttling

Comments are closed.
Bear