问题描述
我在这里看到了有关Facebook和Twitter与Android应用程序集成的一些主题.
我需要有关的帮助,Twitter是否可以与Android应用程序集成在一起? [我需要在用户的墙上发推文]
如果我想将Facebook与我的应用集成在一起,那么我是否按照以下链接中的解释(以及这是推荐的方法,那么如何实现此SDK):
):http://forum.develicers.face.face.net/viewtopic.php? pid = 146956
或
否则我使用android facebook sdk在code.google.com
上可用推荐答案
Android的官方Facebook SDK在这里:
http://github.com/facebook/facebook/facebook bookbook andfacebook-android-sdk/a >
它包括完整的使用示例.
我需要有关的帮助,Twitter是否可以与Android应用程序集成在一起? [我需要在用户的墙上发推文]
实际?当然!您可以在用户的时间轴上发推文.在这种情况下,使用适当的身份验证方法.有很多方法可以这样做,这是其中之一:
您也可以使用专业的第三方库(例如Twitter4J)使用Android应用中的Twitter.
问题描述
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.