epoberezkin / twitter-codeigniter

CodeIgniter Twitter OAuth library
17 stars 9 forks source link

Needs updating for Twitter Oauth 1.1 #3

Open soarchrist opened 10 years ago

soarchrist commented 10 years ago

The code works well, but needs to be updated to the new 1.1v of OAuth for Twitter.

If I remember correctly, all I had to do was update /application/libraries/twitteroauth/twitteroauth.php, line 21.

public $host = "https://api.twitter.com/1/"; to public $host = "https://api.twitter.com/1.1/";

Thanks for your hard work.