【发布时间】:2012-09-05 02:20:08
【问题描述】:
可能重复:
twitter integration on android app
Android Intent for Twitter application
我在这里开发了一个 Android 应用程序,我想通过我的 Android 应用程序在 Twitter 上发布消息。
我在 Twitter 上注册了我的应用,但接下来我该怎么做?我完全糊涂了。
【问题讨论】:
可能重复:
twitter integration on android app
Android Intent for Twitter application
我在这里开发了一个 Android 应用程序,我想通过我的 Android 应用程序在 Twitter 上发布消息。
我在 Twitter 上注册了我的应用,但接下来我该怎么做?我完全糊涂了。
【问题讨论】:
您可以使用库 twitter4j 发布消息,或者您可以将您的应用程序与 twitter 应用程序集成,或者您可以通过您的应用程序在浏览器中打开此 url 以发布消息..
http://twitter.com/?status=message
对于 twitter4j 在此处查找代码
https://github.com/itog/Twitter4j-android-Sample
最后一个很容易使用。
【讨论】: