twitter-kit-android icon indicating copy to clipboard operation
twitter-kit-android copied to clipboard

Twitter Kit for Android

Results 58 twitter-kit-android issues
Sort by recently updated
recently updated
newest added

This form is for reporting issues in the Twitter Kit Android library. For all other developer questions/issues about Twitter please visit [Twitter Community](https://twittercommunity.com/). We welcome your contributions to improve the...

How to resolve this error Authorization completed with an error com.twitter.sdk.android.core.TwitterAuthException: Authorize failed. at com.twitter.sdk.android.core.identity.TwitterAuthClient.handleAuthorize(TwitterAuthClient.java:112) at com.twitter.sdk.android.core.identity.TwitterAuthClient.authorize(TwitterAuthClient.java:103) at com.twitter.sdk.android.core.identity.TwitterLoginButton$LoginClickListener.onClick(TwitterLoginButton.java:160) at android.view.View.performClick(View.java:5106) at android.view.View$PerformClick.run(View.java:20329) at android.os.Handler.handleCallback(Handler.java:739) at android.os.Handler.dispatchMessage(Handler.java:95) at android.os.Looper.loop(Looper.java:135) at...

Hi, in my app set TwitterConfig with consumer_key and consumer_secret in this way: TwitterConfig twitterConfig = new TwitterConfig .Builder(this.activity) .logger(new DefaultLogger(Log.DEBUG)) .twitterAuthConfig(new TwitterAuthConfig(CONSUMER_KEY, CONSUMER_SECRET)) .debug(true) .build(); Twitter.initialize(twitterConfig); how can reinitialize...

Using `twitter-core` and `twitter-ui` version 3.3.0 along with Picasso 2.71828 will crash when trying to build a timeline adapter because Picasso no longer uses `Picasso.with(Context context)`, but uses `Picasso.get()`. There...

hi, May i implement Twitter-kit-android without showing Login Button?. i have consumer and consumerSecret. i would show tweets without authentication login button but only with TwitterAuthToken class. Best Reguards, Carlo...

If you log in with Twitter, "Callback URL not approved for this client application.approved Callback URLs can be adjusted in your application Settings " even if the phone does not...

This form is for reporting issues in the Twitter Kit Android library. For all other developer questions/issues about Twitter please visit [Twitter Community](https://twittercommunity.com/). We welcome your contributions to improve the...

I am fetching tweets with hashtag using the search API and result is coming fine but the images are not displaying in list view. I am using the following sdk...

This form is for reporting issues in the Twitter Kit Android library. For all other developer questions/issues about Twitter please visit [Twitter Community](https://twittercommunity.com/). We welcome your contributions to improve the...

This happens in our React Native app. Possibly because the following method fails since the context is a react context and not an activity: https://github.com/twitter/twitter-kit-android/blob/38aeae6c046fe2ba1074a1f0cbfaf7746a8c76ce/twitter-core/src/main/java/com/twitter/sdk/android/core/IntentUtils.java#L34 **Steps to reproduce the problem**...