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

Twitter Login from fabric doesn't work in fragments

Authorization completed with an error 10-26 11:58:33.404 7456-7456/com.idfcwalletapp.idfc_wallet E/Twitter: com.twitter.sdk.android.core.TwitterAuthException: Authorize failed. 10-26 11:58:33.404 7456-7456/com.idfcwalletapp.idfc_wallet…
Sagar Pujari
  • 343
  • 1
  • 11
0
votes
0 answers

Twitter Fabric Error

So I recently wanted to try out Twitter Fabric with Xcode and Swift. I have followed the steps form the Fabric application and have loaded all of the SDK and libraries into my project. However in the App delegate I am getting an error that shows…
Jimmy lemieux
  • 439
  • 1
  • 5
  • 14
0
votes
1 answer

Send Tweet from Apple Watch

I would like to allow the user to send a tweet from the Apple Watch. Is there anything built in to the Apple SDK to allow this like there is on the iPhone, or is it possible using Fabric from Twitter? Thanks
Tom Coomer
  • 6,227
  • 12
  • 45
  • 82
0
votes
0 answers

android studio cannot find twitter certificate

I get the error com.twitter.sdk.android.core.TwitterApiException: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found. at retrofit.RestAdapter$RestHandler.invokeRequest(RestAdapter.java:390) at…
Katedral Pillon
  • 14,534
  • 25
  • 99
  • 199
0
votes
1 answer

Twitter Fabric failed to install after downloading plugin

I try to follow the download approach to configuring my android studio app with Fabric. I followed the instructions to go to Preferences > Plugins > Install Plugin from Disk. After I click OK, the system asked me to restart. When I restart I get the…
Katedral Pillon
  • 14,534
  • 25
  • 99
  • 199
0
votes
0 answers

Twitter Fabric freezes and crashes in genymotion

I installed twitter- fabric plugin on Android Studio. I added it to my project. But I run my application in genymotion after a while , it freezes and crashes. It works normally in my real smartphone. How can i solve it…
hkaraoglu
  • 1,345
  • 1
  • 15
  • 34
0
votes
0 answers

ios crashlytics: where are the CLS_LOGs available

Basically I want to get NSLog output from remote testers. What is being suggested is that I should use Flurry, Crashlytics, etc. I get crash reports from Crashlytics but I want NSLog/CLS_Log output shown somewhere even without any crash. Can…
rysv
  • 2,416
  • 7
  • 30
  • 48
0
votes
1 answer

action buttons on tweet cell swift

I am using twitter fabric and have a table view being populated with a 'tweetsWithJSONArray'. I am trying to add the showAction boolean to my tweet cells in my tableview func cellForRowAtIndexPath method like so: let tweet = tweets[indexPath.row] …
user2363025
  • 6,365
  • 19
  • 48
  • 89
0
votes
1 answer

App crash on using Fabric - Cannonball in Swift?

I've got this error when ran CannonBall: app here '[Fabric] Value of Info.plist key "Fabric" must be a NSDictionary.' Appdelegate.swift: func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject :…
rome 웃
  • 1,821
  • 3
  • 15
  • 33
0
votes
1 answer

Twitter Fabric Integration 403 Exception

I'm trying to pull Tweets from a specific users timeline on Twitter using Fabric. I've got the Fabric Studio plugin installed and working. TwitterAuthConfig authConfig = new TwitterAuthConfig(TWITTER_KEY, TWITTER_SECRET); Fabric.with(this, new…
Twentyonehundred
  • 2,199
  • 2
  • 17
  • 28
0
votes
0 answers

Fabric doesn't show latest iPhone App build by Xcode(6.4)

My coworker set up the Xcode+Fabric environment before he left, and we have several old build shown in Fabric, which we were able to distribute to team members. Now I did a new build (say build 21) within Xcode and I'm able to run with iPhone…
M_bay
  • 201
  • 1
  • 2
  • 5
0
votes
1 answer

Android Fabric Twitter and Digits trouble

i installed Fabric plugin in Android studio. Chose Digits and add some code by suggestions of it. Got this error: java.lang.NullPointerException: Attempt to invoke virtual method 'void…
rtdLTD
  • 3
  • 3
0
votes
0 answers

How to List data at Listview using ListFragment?

I'm trying to list tweets authenticated users.I have created a FragmentUserTimeline which extends ListFragment.I take user session information successfully and bind them an adapter.But when i set it to setListAdapter there nothing show on…
Trinity
  • 486
  • 8
  • 27
0
votes
2 answers

search username ,hashtag on twitter using fabric api

i am trying to serach username ,hastag by using fabric api . but it always give me o count . may i know how to get username and hastag my code as below TwitterAuthConfig authConfig = new TwitterAuthConfig(TWITTER_KEY, TWITTER_SECRET); …
user4759076
  • 39
  • 1
  • 9
0
votes
1 answer

How can My App Tweet the Contents a User Submits?

Note: I am posting this because I don't even know what to Google search. I know we're all about thorough research before asking these questions. Any help would be appreciated. Scenario: User writes a text post from my app and when they submit it,…
YJ Choi
  • 157
  • 2
  • 8