Giter Club home page Giter Club logo

Comments (5)

darkmorpher avatar darkmorpher commented on August 12, 2024

Twitter support possibly won't be coming in the future. They now strictly discourage third party client apps adding twitter support. Check their Dev blog | Link 2

Edit: If you are getting "Bad Authentication data" error, then your app isn't configured correctly to interact with the new API.

from digsby.

jwpnet avatar jwpnet commented on August 12, 2024

Maybe I am missing the key lines, but I don't see where they discourage it. It just seems like they want to certify a preinstalled twitter app on devices, and they want to limit the number of tokens an app is given without permission from twitter. They also want the UI to meet Twitter standards. What am I missing?

from digsby.

Brok3nHalo avatar Brok3nHalo commented on August 12, 2024

I'm not sure but I think Digsby fits most their guidelines with a possible exception of a few GUI rules, that should be easily tweaked though.

As for the current problem It seems it logs in correctly with OAuth and authorization is successful. However, when Digsby tries to retrieve the list of followed users (using friends/ids.json) it returns an authorization error. I haven't had a chance to look into the cause, perhaps Digsby still uses 1.0 oauth and it requires the 1.1 version to access that API now?

If anyone wants to look into this it's getFollowing on line 916 of twitter.js

In general Digsby needs at least a pass to make sure all the API calls comply to 1.1, I know for a fact a few are using 1.0 API calls

from digsby.

Brok3nHalo avatar Brok3nHalo commented on August 12, 2024

(Context: In reply to now deleted comment: "the original digsby from digsby.com used 1.0 but this has since been updated and the one I am running with the issue been patched to work with 1.1.")

(Note: Former Digsby dev, currently works at Tagged)
Kinda, the entire patch was just pointing the API calls from the 1.0 URLs to the 1.1 URLs. As far as I'm aware, none of the individual API calls were inspected to make sure their interfaces didn't change between versions and certain things were still broken even after the patch, notably reply. Really all of this should be a fairly simple upgrade for someone who has time to scan though the code for the API calls and read the corresponding API Documentation Twitter has published. I'm afraid I wont have time for a while to do it myself, but I'm right here with you, Digsby is pretty much the only way I deal with Twitter.

from digsby.

Wanny avatar Wanny commented on August 12, 2024

(Bleh, deleted my previous message, I didn't read fully)

Anyone can help with this?

from digsby.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.