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
0 answers

Don't Allow Access to Twitter Accounts Automatically

I am trying to get my iOS application to logout of Twitter. I have been able to create a method that clears the Twitter api cookies, reseting the current session. However, the only way to make the logout successful is by choosing "Don't Allow",…
Will Von Ullrich
  • 2,129
  • 2
  • 15
  • 42
0
votes
1 answer

Xcode 6 Continuous Integration Bot - Crashlytics failing on build / upload script

Trying to incorporate Continuous Integration into my Xcode builds. I have setup OS X Server on my MacBook and everything seems to work fine except for the actual submit/upload script for Crashlytics. I am getting this error in the 'Trigger' log:…
0
votes
1 answer

Fabric.with Crashlytics causing issues with Android Studio

When I run my project in Android Studio it fails for the following reason: Error:(190, 18) error: incompatible types: cannot be converted to Context The line in question is: Fabric.with(this, new Crashlytics()); I've walked…
Jacksonkr
  • 31,583
  • 39
  • 180
  • 284
0
votes
1 answer

Fabric digits doesn't send confirmation code once the phone number has been used

if it's a new phone number, everything works fine, however if I repeat the login again with previous phone number, then no confirmation code is sent over even if i change to another phone or even change the app bundle, is anybody else having such…
0
votes
1 answer

UserTimeline callback doesn't return with proguard enabled

I'm using the TweetTimelineListAdapter from Fabric to display a list of tweets. This works fine with proguard disabled, but when I enable it, my UserTimeline object stops returning any success or failure in its callback. There are no errors or…
howettl
  • 12,419
  • 13
  • 56
  • 91
0
votes
2 answers

Android - Get Twitter timeline using fabric

I'm working on an Android application, where I have to show an specific timeline. Well I have added fabric.io and I also created a twitter app(I mean I got the keys). So I really don't know how can I get the twitts on my class to display them on my…
gon250
  • 3,405
  • 6
  • 44
  • 75
0
votes
2 answers

Embed user timeline - Twitterkit/Swift

Could someone please explain how to use TwitterKit start to finish to setup and iOS/Swift view controller to display a single user's timeline. The documentation on Fabric is poor and doesn't explain all app delegate/view controllers necessary.
Ben Thomas
  • 105
  • 2
  • 12
0
votes
1 answer

Using editActionsForRowAtIndexPath with MoPub on iOS

I'm using MoPub in my iOS app to display native adverts in a UITableView. I'm hitting an issue where I'm getting fatal error: Array index out of range errors and I understand why but I can't figure out how to fix it. MoPub inserts rows into the…
conorgriffin
  • 4,282
  • 7
  • 51
  • 88
0
votes
2 answers

Passing variable to another android activity using intents

I am new to using Android Studio and coding in Java. I created a Twitter log in button using Fabric and I want to create a new activity to show the user's twitter feed. I need to pass the TwitterSession result variable to make API calls in the other…
0
votes
2 answers

TWTRTimeLineViewController Hides Tab Bar Item Image

I'm dealing with an issue and would be glad if someone could help: Background: I'm trying to develop an iOS app using swift that has a section which draws a user's timeline using Twitter Fabric. Issue: I'm having an issue with the tab bar control…
zaam
  • 287
  • 1
  • 2
  • 14
0
votes
1 answer

Get Authenticated User's Twitter Feed Using Fabric/Twitter Kit - Android

I've set up Fabric and a log in button in Android Studio using the guide from the docs and now want to fetch the logged in user's twitter feed such as on the official app. How do I implement this? The official docs mention using the REST API but…
Timmo
  • 2,266
  • 4
  • 34
  • 54
0
votes
1 answer

Twitter Fabric integration in Android app not working

I use Fabric to do Twitter single sign on for my app as well as use TweetUI to display a Twitter Timeline elsewhere in my android app. Last night while I was messing around with some stuff, somehow both stopped working. I am getting the following…
stellarowl12
  • 525
  • 6
  • 18
0
votes
0 answers

Twitter REST API Android pause execution until Callback is made

I'm currently adding some Twitter functionality into my Android application. However, I'm running into an issue with the TwitterAPIClient service callback. Basically, I've got the following code to get user timeline(s): ArrayList items…
0
votes
2 answers

post image and video on twitter using fabric lib in android

i post the tweet(text) successfully but can not post image and video. my PostActivity.java public class PostActivity extends Activity implements View.OnClickListener{ TwitterApiClient twitterApiClient; private EditText mShareEditText; …
Finava Vipul
  • 998
  • 1
  • 11
  • 24
0
votes
1 answer

Need to retrieve the TweetId for a tweet posted so that i can refer it later

I am using the Fabric io for publishing the tweets in the android app. The tweets are being published but i want to retrieve the tweetId so that i can refer to these tweets later. statusesService.update(tweetRequestObject.getString("comment"), null,…
Renny
  • 100
  • 8