At 2:43am on 10Nov 2012, my auto Tweeting system sent out it’s last tweet and now I can’t seem to get it to do anything.
I’m using Abraham’s twitteroauth.php system and nothing changed in the scripts that I am aware of. It appears that I am not getting authenticated, because even just a ‘Current API Hits Remaining’ call returns nothing. Any ideas?
require_once(‘includes/twitteroauth.php’);
$tcon = new TwitterOAuth($consumer_key, $consumer_secret, $access_token, $access_token_secret);
$content = $tcon->get(‘account/rate_limit_status’);
echo “Current API hits remaining: {$content->remaining_hits}.”;
Result: "Current API hits remaining: "