Supposedly v1.1 is way more strict than v1. I read a response somewhere that changing the header content_type helped fix things:
“Content-Type: application/x-www-form-urlencoded”
However I’m not quite sure how to integrate this change into the library. I’m not even positive that it will fix the 215 error, but I have a feeling it could be one of the issues. Maybe you can help with this @abraham ?
Also changing twitteroath.php’s accessTokenURL() function to function accessTokenURL() { return ‘https://api.twitter.com/oauth/access_token?oauth_verifier=’.$_REQUEST['oauth_verifier’]; } gets rid of an oauth_verifier error that some are encountering, including myself.