Taylor, I am having the same issue. About 2.5 hours ago, I got the “‘code’ => 131” when checking the array returned by the following line:
$twit_connect->get(“statuses/user_timeline”, array(‘exclude_replies’ => true, ‘screen_name’ => $twit_user, ‘since_id’ => $last_id));
This had been working fine up until then. We only pull data for one timeline every 15 minutes.
Since then, every data pull results in NULL for the returned variable.
The old RSS feed version of the script is giving “‘error’ => ‘Internal error’,”.
Oops, never mind. The scripts just returned updates. Must have been a Twitter internal temp problem.