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

Fabric.with Twitter causing crash with no reason

I've updated my pods to the latest version of Fabric, Crashyltics and Twitter and now this line (the first line in my app) is crashing Fabric.with([Crashlytics.self], Twitter.self]) If I change it to remove Twitter the app does not crash on this…
David Rees
  • 6,792
  • 3
  • 31
  • 39
0
votes
2 answers

iOS twitterkit 3.1.3(3.1.1) install manually. "This app was unable to be installed."

https://ton.twimg.com/syndication/twitterkit/ios/3.1.1/Twitter-Kit-iOS.zip I install TwitterKit 3.1.1 manually by this link. But can't load to simulator, "This app was unable to be installed." Also can't load to device(iPhone), "App installation…
AKillUea
  • 145
  • 1
  • 1
  • 9
0
votes
2 answers

Getting user's complete information using TwitterKit

I'm using this API to get a user's followers list, and returns the followers in JSON format as described in the documentation. Here is a snippet of a returned object: { "users": [ { "id": 2960784075, "id_str": "2960784075", …
Mo Abdul-Hameed
  • 6,030
  • 2
  • 23
  • 36
0
votes
1 answer

Querying within a user's timeline using Twitter Kit for Android

I am looking for a way to use Twitter Kit's TweetUI to query within a specific user's tweets and to add the scrollable timeline in my Android app. SearchTimeline allows for querying by keyword, but I don't see any way to query by keyword specific to…
etnie1031
  • 63
  • 7
0
votes
1 answer

Fabric can't be initialised after adding Twitter Kit 3.1.0

So Twitter kit is now not par of Fabric and is now standalone component. I was not using Twitter kit before now I want to use so had to include its dependency. But after adding it, seems like Fabric initialisation is broken. I used to init Fabric…
0
votes
1 answer

Error response TwitterKit

I have one petition url request but the problem is the response data is nil , with other url request the petiton is success but with this not function! Any idea ¿? let client = TWTRAPIClient() let statusesShowEndpoint =…
Alejandro
  • 315
  • 5
  • 12
0
votes
0 answers

Is there any other way to initialize TwitterKit for iOS?

We're trying to troubleshoot a crash for a production application. From time to time, iOS is killing app on startup with the 0x8badf00d error. For a specific case we detected during testing, this crash seems to be caused by Fabric initialization. We…
Claudio Redi
  • 67,454
  • 15
  • 130
  • 155
0
votes
1 answer

Twitter request does not return all followers

I am using TwitterKit in orther to show my followers list. So I am using this GET request: https://dev.twitter.com/rest/reference/get/followers/list The problem is it only returns a list of 20 followers. Does anybody of you know how to manage this…
TibiaZ
  • 730
  • 1
  • 8
  • 21
0
votes
1 answer

Twitter API get videos

I am trying to get all videos that a user uploaded using his/hers twitter account. I have tried twitter android kit and none of it's REST api has option to do so, so please help me how I can get just videos of a user.
Zia ur Rehman
  • 331
  • 1
  • 2
  • 20
0
votes
1 answer

How to hide a tweet from TimeLine in Twitter API

I am working on TwitterKit in iOS SDK. I am showing TimeLine tweets for a user in tableview cell. User want to delete a tweet posted by others from his/her time line but I am getting following error Twitter API error : You may not delete another…
Gagan_iOS
  • 3,638
  • 3
  • 32
  • 51
0
votes
0 answers

Blurry profile Image from Twitter REST api

is there a way I can make an image that I'm getting from twitter REST api not look blurry? I'm using this method at the moment in do catch block let imgData = try Data(contentsOf: pi_url!) let profImg = UIImage(data: imgData)
Kwaku Eshun
  • 151
  • 2
  • 7
0
votes
0 answers

Fabric Twitter kit timeline not loading

Screenshot Is this got something to do with "[Fabric] [Fabric +with] called multiple times. Only the first call is honored, please pass all kits you wish to initialize"
0
votes
1 answer

TwitterKit framework is not getting email key

I am using TwitterKit framework by Fabric and the version 2.8.0. I have followed the instructions as per https://docs.fabric.io/apple/twitter/log-in-with-twitter.html#request-user-email-address And the permission to request email address access from…
u7568924
  • 83
  • 1
  • 9
0
votes
4 answers

Login with Twitter on iOS

I have a problem with twitter login on iOS. If the user has account set in Settings application, I get the following error: [TwitterKit] did encounter error with message "User's system account credentials are invalid.": Error…
Nemanja
  • 455
  • 4
  • 15
0
votes
0 answers

TwitterKit iOS SDK

I have implemented TwitterKit in application to use with Twitter login. My question is: Is there anyway to override twitter settings while app is running? I need to change twitter app if user changes some settings in app. If I call…
Nemanja
  • 455
  • 4
  • 15