We are experiencing something similar since yesterday night.
We have tmhOAuth 1.1 of @themattharris and we were using it for more than two years.
Since yesterday there is an error 404 after:
$code = $tmhOAuth->request(‘POST’, $tmhOAuth->url(‘oauth/access_token/call’, ‘’), array(
‘oauth_verifier’ => $_REQUEST[‘oauth_verifier’]
));
When users may login through Twitter API.
Any idea? we are totally stopped
Thanks!