Questions tagged [twitter-fabric]

Twitter Fabric was a mobile SDK and platform which allows developers to build better apps. It is now owned by Google. This tag should not be used anymore, use [google-fabric] instead.

Fabric is a mobile SDK and platform which allows developers to build, understand, and grow their apps.

Note: Now that Google owns Fabric, there is a [google-fabric] tag.

The platform consists of many Kits or SDKs - Answers, Crashlytics, Digits, AdMob and others that address many of the major issues faced by developers, such as stability, distribution, and revenue and identity.

Useful links

870 questions
0
votes
1 answer

Retrieving a large Twitter avatar via fabric android

How can I retrieve an URL that contains a large avatar with Twitter fabric on Android? I have tried already: Twitter.getApiClient(session).getAccountService().verifyCredentials(true, false, new Callback() { …
Angga Ari Wijaya
  • 1,759
  • 1
  • 15
  • 31
0
votes
1 answer

Twitter fabric API: Sorting tweets based on location (nearest first)

So I am developing a lost and found app using Fabric API. It has a option to sort the collected tweets based on user's current location. I found the below way online to sort using a comparator. This however, doesn't seem to work and the…
0
votes
1 answer

Twitter Kit not Showing Videos in TimeLine

I seted a UITableViewController as TWTRTimeLineController and it shows tweets and everything but it doesn't recognizes videos. Thats really weird it shows them as only pictures. The code is very simple i don't know if Im forgetting anything. import…
0
votes
1 answer

Crashlytics / Fabric: disable notification for older app versions

Crashlytics / Fabric: disable email notification for older app versions, is that possible? I cannot find it in the interface. If I disable the older versions completely, not only the notifications, I am afraid I won't receive any crashlogs anymore.
Frank
  • 12,010
  • 8
  • 61
  • 78
0
votes
1 answer

Failing to upload image to Twitter using API

I'm trying to upload an image to Twitter using their API, but it always fails throwing an error saying it can't find the file even though it's definitely there since I'm using the same path to upload it fine to other networks and it displays…
PurplProto
  • 143
  • 2
  • 14
0
votes
0 answers

I want to use Fabric/Crashlytics with ADT / Eclipse

I have not migrated my project to Android Studio yet, but I still want to use Fabric/Crashlytics to manage crashes of my app. I am using the Android Developer Tools (ADT) 23. I tried the Fabrics eclipse plugin and it installs and starts fine. Then I…
Petros Mastrantonas
  • 806
  • 1
  • 15
  • 41
0
votes
1 answer

Crashlytics crashing TestFlight app, without any crash log found

I found that calling to latest Fabric Crashlytics 3.7.0 [Fabric with:@[[Crashlytics class]]]; causes my app to close / crash, but only when the app was distributed with TestFlight... it doesn't happen, even when build with release It is the first…
Peter Lapisu
  • 19,915
  • 16
  • 123
  • 179
0
votes
1 answer

Twitter iOS Login Button using Storyboard?

I've used Fabric to import TwitterKit into my Swift XCode project. I'm wanting to create the Twitter login button using a UIView, such that I can lay it out in the Storyboard. Here's what I've done: 1) I've created a UIView in the Storyboard and set…
beninabox_uk
  • 684
  • 2
  • 11
  • 27
0
votes
1 answer

How to Retrieve Login Callback from twitter webview using fabric

I am implementing twitter login using fabric, the login with native app seems fine. But when i am trying the login without twitter app installed in the device, it starts authorization with the webview, but on completion i didnt receive any callback…
Abhishek
  • 1,337
  • 10
  • 29
0
votes
1 answer

TwitterKit - can't display user timeline on the console

I'm trying to get the user timeline using TwitterKit with fabric framework, when I run the following code I get this output rather than a timeline output let client = TWTRAPIClient() let…
Afnan Humdan
  • 195
  • 3
  • 12
0
votes
1 answer

setListAdapter for twitter fabric

I am trying to make an app with a twitter timeline an android studio. To do this I am using the twitter fabric API. The documentation for that I am following is found at https://docs.fabric.io/android/twitter/show-timelines.html#timeline-builders.…
0
votes
1 answer

How to apply Custom language on Digits iOS SDK view

Want to change text of view on Digits iOS SDK, does any one know how we can change the text with custom language from code. https://fabric.io/kits/android/digits/features
MANISHDAN LANGA
  • 2,227
  • 6
  • 29
  • 43
0
votes
0 answers

Twitter API can't authorize (Android)

Sorry for my english. I cant understand why I can't authorize in app. I use twitter documentation, but when I input login and password in twitter it nothing happens, callback in code not work. Sorry about link in image, I have not 15 reputation My…
b1065579
  • 155
  • 1
  • 1
  • 9
0
votes
0 answers

Installation of twitter SDK using fabric Kit : Xcode

I had went through many surfing and finally I got Fabric Kit for sign in using Twitter in the app. As I had followed the steps provided by fabric but when I click on install button in front of Twitter on fabric then I am getting . Please help me…
Nikunj Rajyaguru
  • 196
  • 1
  • 11
0
votes
1 answer

How to make multiple user mobile number authentication using OTP in iOS using Twitter Digit Framework?

Hello guys i am using i am using Objective-C, Parse and Twitters-Digits framework in my app in a users session app will allow to take 1 userid for single mobile number verification...i am saving it into Parse's current user's User Class with this…
Pravin Kamble
  • 849
  • 8
  • 12