Twitter API Version 1.1
-
Twitter just retired their API v1. You must use version v1.1.
Official Twitter message:
—
The Twitter REST API v1 will soon stop functioning. Please migrate to API v1.1.
https://dev.twitter.com/docs/api/1.1/overview
—I am not sure of the differences in the versions, but just changing the endpoint in (/wordpress-social-login/trunk/hybridauth/Hybrid/Providers/Twitter.php) fixed it on my site.
Edit https://plugins.svn.www.ads-software.com/wordpress-social-login/trunk/hybridauth/Hybrid/Providers/Twitter.php
– $this->api->api_base_url = “https://api.twitter.com/1/”;
+ $this->api->api_base_url = “https://api.twitter.com/1.1/”;Cheers!
https://www.ads-software.com/extend/plugins/wordpress-social-login/
- The topic ‘Twitter API Version 1.1’ is closed to new replies.