sferik / twitter-ruby

A Ruby interface to the Twitter API.
http://www.rubydoc.info/gems/twitter
MIT License
4.59k stars 1.31k forks source link

callback token is null #1014

Closed lujun525 closed 1 year ago

lujun525 commented 2 years ago

val twitterAuthClient = TwitterAuthClient() twitterAuthClient.authorize( this, object : Callback() { override fun success(result: Result) { val authToken = result.data.authToken val token = authToken.token }

            override fun failure(exception: TwitterException) {
            }
        })

As above,callback Some mobile phones authToken.token = null,How can we solve it

andypiper commented 2 years ago

If you’re talking about the recent Twitter for Android 9.54 release, try 9.54.1 which came out to fix that.