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

Can't get the builder pattern in Twitter Kit to work....Cannot resolve symbol

I cant get this builder pattern using twitter kit to work for nothing... what gives... import com.twitter.sdk.android.tweetui.internal.SearchTimeline; import com.twitter.sdk.android.tweetui.internal.TimelineListAdapter; import…
sirvon
  • 2,547
  • 1
  • 31
  • 55
0
votes
2 answers

How to login with Digits User of Twitter kit in Objective-C

I am using Digits User of Twitter kit in IOS app. but I am getting the following error now. Guest authentication failed: Error Domain=TwitterAPIErrorDomain Code=200 "Request failed: forbidden (403)" UserInfo=0x7fccca7e1850 …
Linda
  • 49
  • 1
  • 6
0
votes
1 answer

Twitter Login working fine, but keeps throwing error asking for API key

I have managed to implement twitter login in my Android application. Everything works fine so I'm just trying to keep it clean. For now I only need to use the Login with Twitter feature, so I followed the instructions indicated here:…
Noel De Martin
  • 2,779
  • 4
  • 28
  • 39
0
votes
1 answer

Digits Javascript SDK Consumer Key

Hi I couldn't find Digits javascript sdk consumer key. I followed the guide and all it led me to is https://dev.twitter.com/twitter-kit/web/digits in here it says You can find it in your Fabric web dashboard under the Twitter Kit tab (Digits…
yangli-io
  • 16,760
  • 8
  • 37
  • 47
0
votes
1 answer

How to List up Favorite Tweets using Fabric SDK

I have just gone through the Twitter, and i am able to perform composing tweets and listing up some tweets in my app. Now I want to list up all my favorite tweets. I don't have any clue on how to implement that.
Abhishek
  • 1,337
  • 10
  • 29
0
votes
1 answer

How to create view for tweet and facebook share button in android?

I am trying to create an app that has facebook share(using facebook SDK) and twitter's tweet button(using Fabric). I know I could do it via intents, but I need to create buttons for this. Facebook SDK provides a view to create the like button by…
rockfight
  • 1,916
  • 2
  • 20
  • 31
0
votes
1 answer

Multiple media entities via Twitter Fabric

It doesn't seem like Twitter Fabric for Android/Java supports multiple media entities correctly, at least not without any additional configurations. I posted a tweet with two pics and it showed as expected in the official and unofficial Twitter…
user3456074
0
votes
2 answers

Getting "Have you authenticated with Twitter" using Fabric and using Twitter API Client

I'm trying to create a recyclerview of tweets using Fabric. But every time i try to create an TwitterApiClient after authenticating using Fabric all i get is an error with "Have you Authenticated with Twitter?" Here's the code. …
Mike Scamell
  • 600
  • 1
  • 6
  • 14
0
votes
1 answer

compilation error when integrating Fabric Twitter Kit in android

I am an android developer. I have a problem by using Fabric SDK for android. I tried to integrate Twitter-Kit for my own implemented application. My application android build version is Android 2.3.3 (Api level 10). After adding kit-libs to my…
Raghu Mudem
  • 6,793
  • 13
  • 48
  • 69
0
votes
1 answer

Twitter Log In Button using Fabric SDK

I want to log in my app using Twitter logIn Button, for that i'm using fabric SDK, when i select Xcode IDE in Fabric Page, I am getting error - I have already given Organization name in setting Page. Could any one tell me how could i use twitter…
ChenSmile
  • 3,401
  • 4
  • 39
  • 69
0
votes
1 answer

Not able to loggin to fabric after installing in eclipse

Steps i performed: Install Fabric plug-in in eclipse, Restart Eclipse, Click on Fabric icon from menu bar at the top of the eclipse. Problem : Cursor is blinking at loggin user name & password (When Clicked through mouse) but not able to type…
0
votes
1 answer

Twitter developer compose doesnt allow url share in browser

According to their document : https://dev.twitter.com/twitter-kit/android/compose In the end they say: In the event that the Twitter app is not installed, TweetComposer will create an intent to interact with the Twitter.com in a browser. The…
Sudhir
  • 766
  • 8
  • 17
0
votes
1 answer

String types not allowed (at 'android:importantForAccessibility' with value 'noHideDescendants')

I'm trying to integrate Twitter Login into my app using their Fabric sdk. My app's requirements for minSDKVersion, targetSDKVersion and compileSDKVersion is 17. I've gone through the wizard that the Android Studio plugin provides and when I build…
Mahesh J
  • 510
  • 3
  • 10
0
votes
1 answer

css issue taking parent dimesion using %

i had issue with using height and width in % to take size of parent window see below link : http://liveweave.com/GZP43q what am i missing , what to do to make it work what to do to make canvas match width of parent width , i could not find how to…
mydeve
  • 553
  • 1
  • 14
  • 39
0
votes
1 answer

How to access the Fabric (Twitter) plugin in Intellij 13?

I have just installed the Fabric (Twitter) plugin in IntelliJ IDEA 13, following the steps found here. I installed the plugin, restarted IntelliJ and the next step suggested by the guide is this: However, I couldn't find that button anywhere, not…
1 2 3
57
58