Questions tagged [twitterkit]

Twitter Kit is a set of SDKs for iOS and Android SDK for displaying Tweets, authorizing Twitter users, and working with the Twitter API.

Twitter Kit is a set of SDKs for iOS and Android for displaying Tweets, authorizing Twitter users, and working with the Twitter API.

108 questions
0
votes
1 answer

Request failed: forbidden (403) after adding the provided url from Firebase in the callback settings of the Twitter app

Adding this callback url in the settings, doesn't work with Firebase (doesn't show any user that signed up): [twitterkit-Consumer_ID://] Adding this callback url in the settings shows error "forbidden…
Swift man
  • 43
  • 1
  • 6
0
votes
2 answers

TWTRComposer showing invisible Share and Cancel buttons

I am using TWTRComposer to create a share dialogue within my iOS app. However, when the composer shows up, you don’t see the Cancel or Tweet buttons showing at all. After tapping around on the top left and right corners, I learned that the buttons…
Fabio Gomez
  • 687
  • 2
  • 7
  • 13
0
votes
1 answer

get twitter user timeline and apply filters

I am implementing twitter kit for android in my application following the official documentation (https://github.com/twitter/twitter-kit-android/wiki). I make the login and I get the basic data correctly and without problem. When I want to get the…
Sergio76
  • 3,835
  • 16
  • 61
  • 88
0
votes
1 answer

Twitter URL Schemes set up in info.plist are throwing an exception

Someone pointed out that this was a duplicate question, Yes partly, I followed the advice in the other post and added the URLScheme as shown below, Also as suggested i forgot to add to my other target so i did and the URL twitter-13145245245624 Now…
user2505181
0
votes
1 answer

Compose Tweet connect app or authorize web doesn't do anything

I followed the guides here. https://github.com/twitter/twitter-kit-ios/wiki/Compose-Tweets On a physical device if I have twitter app installed, and I trigger an action to compose a tweet, it opens the twitter app, asks to connect with the logged…
Bowenac
  • 493
  • 8
  • 19
0
votes
0 answers

TWTRComposerViewController not appearing in iPhone X landscape

We are implementing TWTRComposerViewController in our landscape App for posting tweets from the App using videos created within the App. We're using the below written code: if (Twitter.sharedInstance().sessionStore.hasLoggedInUsers()) { …
0
votes
1 answer

How to get Account_id for twitter tweet scheduling?

i was trying to schedule tweet through app i am developing. Link i am following is : https://developer.twitter.com/en/docs/ads/creatives/api-reference/scheduled-tweets.html where it specifies Resource…
Aditya
  • 1
  • 1
0
votes
0 answers

iOS: when trying to share video to twitter with TWTRComposerViewController, app does not respond

I am trying to use TWTRComposerViewController to share a video to twitter. The videos resolution 540x960 and they are about 3-4 seconds. There is no problem to share images, but when I share video nothing happens and the app would not respond…
Erik Sapir
  • 23,209
  • 28
  • 81
  • 141
0
votes
1 answer

Twitter Kit Android - TwitterApiClient retweet does not work

In my app so far, I am displaying a tweet (my own for now) using the Twitter Kit for Android and have a Retweet button with which I am attempting to (go figure) retweet using the Twitter API Client. Here are the links I referred to before this: 1)…
Adifyr
  • 2,649
  • 7
  • 41
  • 62
0
votes
1 answer

How can I implement AsyncTask into my current Activity

An Activity in my Android application is incredibly slow to load, it's loading Tweets into a RecyclerView using TwitterKit. LogCat displays the following message: " Skipped 1491 frames! The application may be doing too much work on its main…
0
votes
2 answers

Unable to extend AppCompatActivity as i'm already extending ListActivity

I'm using TwitterKit to load a list of tweets in an activity. I would like to add a custom ActionBar to my activity. I'm unable to find a way to extend both AppCompatActivity and ListActivity at the same time... Are there any workarounds or…
Edward Tattsyrup
  • 245
  • 1
  • 3
  • 15
0
votes
2 answers

Composing tweet in Twitterkit since Xcode 9 with Swift 4 & IOS 11

Since the upgrade to Xcode 9 and Swift 4, I've been quite busy in getting my apps back working again. But I'm still struggling with getting my tweet composer to work. In Xcode 8 this was still working fine... case "Twitter": if…
Ron
  • 119
  • 1
  • 10
0
votes
1 answer

Get Twitter followers that has installed the same app

I want to get a list of followers of a user that has authorized my app via their twitter account, using the TwitterKit for iOS or their REST API. Similar to how facebook returns a user's friends that have the app installed on their facebook…
Kleemann
  • 99
  • 7
0
votes
1 answer

Customizing table cells while using TWTRUserTimelineDataSource

I'm trying to load user timeline and customize cells, like replacing some text with emojis then display it. The sample code to load user timeline provided by twitter is like this: override func viewDidLoad() { super.viewDidLoad() let client…
Maysam
  • 7,246
  • 13
  • 68
  • 106
0
votes
0 answers

How to get replies on a specific tweet using Twitter Kit for Android

I am using Twitter Kit for Android in my App. I want to get all replies on a specific tweet. But the problem is Twitter does not provide any endpoints for replies/conversation as I have searched on the internet. Everywhere, I only get this(using…
Sonam Pasi
  • 562
  • 1
  • 4
  • 19