How to CURL and avoid timeout death (Twitter Down) [migrated]
- by David
Twitter is down right now, and one of my site's home pages relies on getting data from Twitter (relies is the problem - it should be more of an accessory feature, as it just shows follow count from its feed).
Here's the code in question:
function socials_Twitter_GetFollowerCount($username) {
$method = function () use ($username) { return…