-
Notifications
You must be signed in to change notification settings - Fork 54
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
Update Twitter to use API v1.1 #26
Comments
+1, please. |
In theory, this should be as simple as changing any reference to |
There's a quick fix for the twitter problem edit the file twitter.js in the path Digsby\lib\plugins\twitter\res, find the apiRoot parameter (mostly you will find it at line 208) just update it from 'https://api.twitter.com/1/' to 'https://api.twitter.com/1.1/' and start digsby and twitter is working! Credit: http://forum.digsby.com/viewtopic.php?pid=45840#p45840 |
Oh man, thank you! That's wonderful! |
@eziel You should submit a pull request for this change. I'll do it for you if you want for some reason, but don't want to steal your thunder by just doing it, haha. |
I just did.. |
Sweet! Thanks! |
@eziel thanks a ton |
Currently, Digsby uses Twitter v1.0, this API is retired and no longer works.
The text was updated successfully, but these errors were encountered: