Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Needs updating for Twitter Oauth 1.1 #3

Open
soarchrist opened this issue Dec 18, 2013 · 0 comments
Open

Needs updating for Twitter Oauth 1.1 #3

soarchrist opened this issue Dec 18, 2013 · 0 comments

Comments

@soarchrist
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant