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

Update Twitter to use API v1.1 #26

Open
Brok3nHalo opened this issue Jun 12, 2013 · 8 comments
Open

Update Twitter to use API v1.1 #26

Brok3nHalo opened this issue Jun 12, 2013 · 8 comments

Comments

@Brok3nHalo
Copy link

Currently, Digsby uses Twitter v1.0, this API is retired and no longer works.

@sheandherwork
Copy link

+1, please.

@Sammy1Am
Copy link

In theory, this should be as simple as changing any reference to api.twitter.com/* to api.twitter.com/1.1/* . I might take a look at this this week sometime if I have a free evening. I don't have an environment set up to build Digsby at the moment though, so we'll see...

@eziel
Copy link

eziel commented Jul 23, 2013

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

@Sammy1Am
Copy link

Oh man, thank you! That's wonderful!

@Brok3nHalo
Copy link
Author

@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.

@eziel
Copy link

eziel commented Jul 23, 2013

I just did..

@Brok3nHalo
Copy link
Author

Sweet! Thanks!

@abhishek6saxena
Copy link

@eziel thanks a ton
I was looking for it from last 2 days.

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

5 participants