I have been using TwitterOAuth php for months to get an oauth_token for https://api.twitter.com/oauth/authenticate?oauth_token=…
$conn = new TwitterOAuth($consumer_key, $consumer_secret);
$request_token = $conn->getRequestToken($redirectUrl);
Since yesterday the $request_token is ‘Failed to validate oauth signature and token’. My tokens and code are correct and had not changed for a long time
Thanks