Getting down in the weeds on this one. I’m using an older version of @abraham’s twitteroauth.
$connection = new TwitterOAuth(CONSUMER_KEY, CONSUMER_SECRET, $default_token, $default_token_secret);
/* Request access tokens from twitter */
$access_token = $connection->getAccessToken($oauth_verifier, $oauth_token);
When it fails, I get “This feature is temporarily unavailable”. Is this an issue on Twitter’s side of things, or is there something I can do on my side to get this working closer to 100% of the time. Once it’s effected a user, it seems to continue with that user. I can’t recreate the issue, which makes it difficult to figure out.