Is there any Twitter API SDK for Android?

帅比萌擦擦* 提交于 2019-12-09 14:16:41

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!