Hello. I execute a request from PHP to TwitterAPI and if it returns me an error like "You have already favorited this status", then the script ends there. I tried to handle the error in order to skip it, like this:
try { $myTweet->like($twit->id); } catch (OAuthException $e) { } But the error still stops the script. This script is not mine, if the problem is not due to the Twitter API, then just let me know