Skip to content Skip to sidebar Skip to footer

Fabric Twitter Login Android Throwing Errors

We have integrated twitter fabric twitter plugin into my eclipse android application. After all the step by step process was done, i am getting the error like 11-12 19:01:54.263:

Solution 1:

You need to declare the OAuthActivity in your project's manifest file. I had the same issues, worked after putting the following lines in Androidmanifest.xml.

        <activity android:name="com.twitter.sdk.android.core.identity.OAuthActivity" />

Post a Comment for "Fabric Twitter Login Android Throwing Errors"