如何将facebook,twitter和google plus整合到一个Android应用程序

问题描述:

我喜欢将Facebook,twitter和Google plus加入到我的应用程序中,以便使用该应用程序,用户可以更新其状态。因此,我喜欢知道如何做到这一点。

I like to integrate Facebook, twitter and Google plus to my app, so that using the app, user can update their status. Therefore I like to know how this can be done.

谢谢

p>对于Facebook和Twitter,您可以通过他们的API来做到这一点。对于Facebook,幸运的是,他们为Android开发人员提供了 facebook sdk for android ,例如包含在SDK中。

As for facebook and twitter, you can do this through their API. For facebook, fortunately they have provide android developer with facebook sdk for android, example included on the SDK.

对于Twitter,您可以使用外部库写入 twitter开发人员文档,还有一个名为 Twitter4J的图书馆是android准备好。

And for Twitter you can use external libraries as written on twitter developer docs, and there is a library called Twitter4J that is android ready.

不幸的是Google Plus API尚不可用。

Unfortunately Google Plus API are not available yet.