问题
I tried https://github.com/sugree/twitter-android-sdk, but could not get it work....I am not even sure what CALLBACK_URI should I set to....I am working on a native android APP so very confused here.
I have used Facebook sdk and was able to update my status from my app successfully...now I try to do the same with twitter...why twitter does not even release an Android SDK ?
回答1:
Far and away the best Twitter API for Android is Twitter4J.
回答2:
Twitter just release a bunch of new tools/sdk called Fabric.
There is official Android SDK called Twitter Kit which supports both Android and iOS.
回答3:
You could probably use JTwitter, a Twitter client library for Java. See also http://www.mobisoftinfotech.com/blog/android/1089/
回答4:
Here is a lib that handles both Twitter and Facebook: https://code.google.com/p/socialauth-android/
回答5:
Finally there's an official Twitter SDK https://dev.twitter.com/twitter-kit/android
From sdk description: This Kit provides “Sign in with Twitter” functionality, an easy-to-use mechanism for making authenticated requests to Twitter’s REST API, ways to show Tweets within your apps, and phone number-based signin with Digits.
回答6:
might be this helps : https://github.com/sugree/twitter-android-sdk
I found this fork really nice one.. https://github.com/glenwong/twitter-android-sdk
Wrapper around twitter4j
回答7:
I wrote one, complete with a login Activity and loading dialog, so it is very much "Android":
https://github.com/AndroidsOnSkateboards/AOSUtilsAndroid
回答8:
It's too late. But hope it helps . Check their github repo.
来源:https://stackoverflow.com/questions/4571352/is-there-any-twitter-api-sdk-for-android