Git Product home page Git Product logo

Comments (3)

mcr42 avatar mcr42 commented on August 16, 2024

I am also seeing this whenever I try to add another account.

from tweetlanes.

mcr42 avatar mcr42 commented on August 16, 2024

The problem seems to be, Twitter now checks if the Authorization CallbackURL is whitelisted in the Twitter APP profile.
I had to put a http-URL into the APP settings in my Twitter Dev account, and had to use the exact same URL as CallbackURL in the TweetLanes org.tweetalib.android.TwitterSignIn.FetchAuthUrlTask#doInBackground method.
I'm not certain what Chris has in his App settings, but I used
String callbackUrl = "http://www.tweetlanes.com/tweetlanes-auth-callback";
and it works again.

Detailed Error message:
09-16 19:01:25.790 13062-13142/com.tweetlanes.android W/System.err: 403:The request is understood, but it has been refused. An accompanying error message will explain why. This code is used when requests are being denied due to update limits (https://support.twitter.com/articles/15364-about-twitter-limits-update-api-dm-and-following).
09-16 19:01:25.790 13062-13142/com.tweetlanes.android W/System.err: Callback URL not approved for this client application. Approved callback URLs can be adjusted in your application settings

from tweetlanes.

mcr42 avatar mcr42 commented on August 16, 2024

Adding a second account won't work still.
The app only tries to re-auth the current account.

from tweetlanes.

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.