Facebook和我的Andr​​oid应用程序Twitter的集成我的、应用程序、Facebook、Andr

2023-09-06 06:57:23 作者:轉身〞從此絔鏴

我看到一些主题在这里关于Facebook和采用Android应用Twitter的整合。

我需要相关帮助,与Android应用程序Twitter的整合可能在现实? [我要鸣叫用户的墙壁全部]

如果我想Facebook的整合与我的应用程序,然后无论我去按在下面的链接解释(如果这是推荐的方式,然后如何实施这一SDK):

http://forum.developers.facebook.net/viewtopic.php? PID = 146956

否则我采用Android的Facebook SDK可以在这里code.google.com

解决方案

在官方Facebook SDK为Android是在这里:

http://github.com/facebook/facebook-android-sdk/

它包括利用完整的例子。

       

我需要相关帮助,与Android应用程序Twitter的整合可能在现实? [我要鸣叫用户的墙壁全部]

  

在真实的?当然!你可能是能够推特用户的时间表上。在这种情况下,使用此时,相应的身份验证方法。有很多方法可以做到这一点,这是其中之一:

http://www.androidsnippets.org/snippets/24/index.html

您也可以使用专门的第三方库(Twitter4J这类)使用Twitter从你的Andr​​oid应用程序。

I saw some topics here regarding facebook and twitter integration with Android Application.

I need help regarding, is twitter integration with Android App possible in real?? [I need to tweet on user's wall and all]

If i wanted to integrate Facebook with my App then whether i go as per explained in following link(and if this is the recommended way then how to implement this SDK):

http://forum.developers.facebook.net/viewtopic.php?pid=146956

or

else i use Android facebook SDK available here on code.google.com

解决方案

The official facebook SDK for android is here:

http://github.com/facebook/facebook-android-sdk/

It includes complete examples of use.

I need help regarding, is twitter integration with Android App possible in real?? [I need to tweet on user's wall and all]

In real? Of course! You could be able to tweet on the user's timeline. In this case, use the appropiate authentication methods. There are many ways to do so, this is one of them:

http://www.androidsnippets.org/snippets/24/index.html

You can also use specialized third-party libraries (like twitter4j) to use Twitter from your Android app.