using twitter4j for integration to tweet in android

末鹿安然 提交于 2019-12-06 11:09:12

问题


please tell me where can i find twitter4j sdk for android and at least one example how to implement log-in and tweet in android application.

I have searched but not found the solution.


回答1:


Here's an example of how to login and tweet using OAuth:
http://blog.blundellapps.com/sending-a-tweet/




回答2:


I don't think there is a "for Android" SDK per say, but the normal Twitter4J SDK should work just fine according to their site: http://twitter4j.org/en/index.html#download
There are code examples on the site as well: http://twitter4j.org/en/code-examples.html



来源:https://stackoverflow.com/questions/4626932/using-twitter4j-for-integration-to-tweet-in-android

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