Where to get TwitterCore?

I am trying to implement Twitter Login in my application Android

. Apparently Twitter

uses fabric in his tutorials. I tried to register for fabric

, but I received an email

Demand is high at the moment. You're on the list and lend a good hand soon - stay tuned!

Is there a way to get those libraries I need to implement Twitter login using this tutorial or do I have to wait for them to decide when I can start using it?

As a bonus question, does anyone know why they are doing this rather than giving us direct access to Fabric?

+3


source to share


2 answers


I'm from the development team on Twitter.

We process all requests to Fabric as fast as we can. Your request will be approved shortly. Sorry for the inconvenience.

Is there a way to get those libraries I need to implement Twitter login using this tutorial, or do I have to wait until they can decide when I can start using it?



There is currently no way to get the libraries because the onboarding process involves automatically generating app keys with the appropriate permissions and keys required by Crashlytics.

Regarding the twitter4j mentioned by Justin. While it works really well in Android apps, the Twitter Kit implementation provides some optimizations such as inline asynchronous calls.

+4


source


I would suggest using twitter4j . It is pure java api compatible with android. Twitter links to it on the Twitter Libraries page .



0


source







All Articles